Skip to content

Commit

Permalink
chore(postgresql-dialect): release 0.25.0 (#1113)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Oct 14, 2023
1 parent 89cf35a commit aebdd6c
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.25.0](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.24.0...v0.25.0) (2023-10-14)


### Features

* support drop cascade ([#841](https://github.com/GoogleCloudPlatform/pgadapter/issues/841)) ([0ffa659](https://github.com/GoogleCloudPlatform/pgadapter/commit/0ffa6598120b914737519b45914cc149cedffc77))


### Bug Fixes

* accept statements with only comments ([#1122](https://github.com/GoogleCloudPlatform/pgadapter/issues/1122)) ([7439aac](https://github.com/GoogleCloudPlatform/pgadapter/commit/7439aacd7b93d3f40015ea41744ce2d71c23ebb7))


### Dependencies

* bump spanner to 6.51.0 ([#1121](https://github.com/GoogleCloudPlatform/pgadapter/issues/1121)) ([e2e326b](https://github.com/GoogleCloudPlatform/pgadapter/commit/e2e326b9932c30a4eef6c531a80365765659cb9c))
* update dependency npgsql to v7.0.6 ([#1094](https://github.com/GoogleCloudPlatform/pgadapter/issues/1094)) ([56b1894](https://github.com/GoogleCloudPlatform/pgadapter/commit/56b18945a4e62b8fecf389a5191bc14ebd38bac8))
* update dependency sqlalchemy to v1.4.49 ([#1095](https://github.com/GoogleCloudPlatform/pgadapter/issues/1095)) ([de12090](https://github.com/GoogleCloudPlatform/pgadapter/commit/de12090539bb85a8a43ae542d23c6d337f3897a0))
* update module github.com/docker/docker to v23.0.7+incompatible ([#1096](https://github.com/GoogleCloudPlatform/pgadapter/issues/1096)) ([4384ffb](https://github.com/GoogleCloudPlatform/pgadapter/commit/4384ffbd690268af4de3756c8a02c7b84062d1ab))
* update spring-boot.version to v2.7.16 ([#1098](https://github.com/GoogleCloudPlatform/pgadapter/issues/1098)) ([9c0b9d9](https://github.com/GoogleCloudPlatform/pgadapter/commit/9c0b9d9b61ea55be6c5ff3b4814b08ffed2c0694))

## [0.24.0](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.23.1...v0.24.0) (2023-09-21)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ Use the `-s` option to specify a different local port than the default 5432 if y
PostgreSQL running on your local system.

<!--- {x-version-update-start:google-cloud-spanner-pgadapter:released} -->
You can also download a specific version of the jar. Example (replace `v0.24.0` with the version you want to download):
You can also download a specific version of the jar. Example (replace `v0.25.0` with the version you want to download):
```shell
VERSION=v0.24.0
VERSION=v0.25.0
wget https://storage.googleapis.com/pgadapter-jar-releases/pgadapter-${VERSION}.tar.gz \
&& tar -xzvf pgadapter-${VERSION}.tar.gz
java -jar pgadapter.jar -p my-project -i my-instance -d my-database
Expand Down Expand Up @@ -142,7 +142,7 @@ This option is only available for Java/JVM-based applications.
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-pgadapter</artifactId>
<version>0.24.0</version>
<version>0.25.0</version>
</dependency>
<!-- [END pgadapter_dependency] -->
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-spanner-pgadapter</artifactId>
<version>0.24.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner-pgadapter:current} -->
<version>0.25.0</version><!-- {x-version-update:google-cloud-spanner-pgadapter:current} -->
<name>Google Cloud Spanner PostgreSQL Adapter</name>
<packaging>jar</packaging>
<description>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloud-spanner-pgadapter:0.24.0:0.24.1-SNAPSHOT
google-cloud-spanner-pgadapter:0.25.0:0.25.0

0 comments on commit aebdd6c

Please sign in to comment.