Skip to content

Commit

Permalink
chore(postgresql-dialect): release 0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 28, 2023
1 parent e7db3c4 commit 350efd4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.25.1](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.25.0...v0.25.1) (2023-10-28)


### Dependencies

* update github.com/googlecloudplatform/pgadapter/wrappers/golang digest to d26b77d ([#1091](https://github.com/GoogleCloudPlatform/pgadapter/issues/1091)) ([f6c22b6](https://github.com/GoogleCloudPlatform/pgadapter/commit/f6c22b69ae38d7e06e710192154c8278744cd308))
* update ycsb dependencies ([#1142](https://github.com/GoogleCloudPlatform/pgadapter/issues/1142)) ([7bb4af0](https://github.com/GoogleCloudPlatform/pgadapter/commit/7bb4af0fee07c8e38aac2ad9d58a41cbf70e9b69))


### Documentation

* add protocol hint to pgbench documentation ([#1140](https://github.com/GoogleCloudPlatform/pgadapter/issues/1140)) ([05bed1e](https://github.com/GoogleCloudPlatform/pgadapter/commit/05bed1e486fe78f2bfc85722a01ef94c2f2d2bac))

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


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.25.0` with the version you want to download):
You can also download a specific version of the jar. Example (replace `v0.25.1` with the version you want to download):
```shell
VERSION=v0.25.0
VERSION=v0.25.1
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.25.0</version>
<version>0.25.1</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.25.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner-pgadapter:current} -->
<version>0.25.1</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.25.0:0.25.1-SNAPSHOT
google-cloud-spanner-pgadapter:0.25.1:0.25.1

0 comments on commit 350efd4

Please sign in to comment.