Skip to content

Commit

Permalink
chore(main): release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 24, 2023
1 parent 1fbfcda commit 1aa275d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [1.5.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.4.3...v1.5.0) (2023-11-24)


### Features

* introduce compatibility with native namespace packages ([#906](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/906)) ([083da11](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/083da1193a838be9f16653f2d4efb4ad8bcfa73a))


### Dependencies

* Update actions/github-script action to v7.0.1 ([#907](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/907)) ([33dc2d7](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/33dc2d7f7c151b67502e70630f3ecce4b5863ed9))
* Update dependency aiohttp to v3.9.0 ([#908](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/908)) ([d7f1591](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/d7f1591c9ab78bf9f91378d3d5c141b333a65574))
* Update dependency aioresponses to v0.7.6 ([#910](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/910)) ([22b62b8](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/22b62b81f4ccd2dfcd572234bf6fd89194a0d1e4))
* Update dependency google-auth to v2.23.4 ([#793](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/793)) ([b66b78f](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/b66b78f1caa08c85e91a8e6f0fa4906c28ea1db4))
* Update dependency types-mock to v5.1.0.3 ([#913](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/913)) ([406b383](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/406b383728b9aabda77d6fd4326ff7ce8d955557))
* Update github/codeql-action action to v2.22.7 ([#902](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/902)) ([08fc8cd](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/08fc8cd7a5d5b3549dd9c546ae32ea03251e773f))
* Update github/codeql-action action to v2.22.8 ([#912](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/912)) ([67f2920](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/67f2920718bbc8bfca03d5106ede801b207eb601))
* Update google-github-actions/auth action to v1.2.0 ([#911](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/911)) ([09bce56](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/09bce56f3d15f75f7a8f8f14a10ee152347a8b96))


### Documentation

* move README instructions ([#915](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/915)) ([1fbfcda](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/1fbfcdac53eb5b13f1a11cb1532b8fdc3f7c96f6))

## [1.4.3](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.4.2...v1.4.3) (2023-11-15)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/sql/connector/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.4.3"
__version__ = "1.5.0"

0 comments on commit 1aa275d

Please sign in to comment.