Skip to content

Commit 1aa275d

Browse files
chore(main): release 1.5.0
1 parent 1fbfcda commit 1aa275d

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.4.3...v1.5.0) (2023-11-24)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Dependencies
12+
13+
* 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))
14+
* 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))
15+
* 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))
16+
* 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))
17+
* 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))
18+
* 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))
19+
* 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))
20+
* 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))
21+
22+
23+
### Documentation
24+
25+
* 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))
26+
327
## [1.4.3](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.4.2...v1.4.3) (2023-11-15)
428

529

google/cloud/sql/connector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.4.3"
15+
__version__ = "1.5.0"

0 commit comments

Comments
 (0)