Skip to content

Commit 26836ac

Browse files
chore(main): release 1.5.0 (#370)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 71b0afa commit 26836ac

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [1.5.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.4.0...v1.5.0) (2024-11-12)
4+
5+
6+
### Features
7+
8+
* add support for Python 3.13 ([#383](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/383)) ([22ef77c](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/22ef77c939fe279d749b17a3aded2df3dd565dc6))
9+
* drop support for Python 3.8 ([#386](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/386)) ([41ae4e3](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/41ae4e3e7fc409749b1379e316be6d3b4996cf1a))
10+
11+
12+
### Documentation
13+
14+
* add steps for testing the connector ([#372](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/372)) ([2035a11](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/2035a11274293f4c51be53e8ea7de126fcebf757))
15+
* make IP type defaults clear in README ([#369](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/369)) ([1d8a9a6](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/1d8a9a686a8917e2d74652718fbeb25716dbfe75)), closes [#368](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/368)
16+
317
## [1.4.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.3.0...v1.4.0) (2024-08-14)
418

519

google/cloud/alloydb/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.0"
15+
__version__ = "1.5.0"

0 commit comments

Comments
 (0)