Skip to content

Commit

Permalink
chore(main): release 1.3.0 (#721)
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 30, 2023
1 parent bee69c1 commit 145bd3f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.3.0](https://github.com/GoogleCloudPlatform/cloud-spanner-r2dbc/compare/v1.2.2...v1.3.0) (2023-10-30)


### Features

* Implementing Connection#beginTransaction(TransactionDefinition) to support @Transactional annotation ([#738](https://github.com/GoogleCloudPlatform/cloud-spanner-r2dbc/issues/738)) ([bee69c1](https://github.com/GoogleCloudPlatform/cloud-spanner-r2dbc/commit/bee69c1e5a8c57969bc004d54bb9df79a441a16e))
* Native image support for R2DBC driver ([#715](https://github.com/GoogleCloudPlatform/cloud-spanner-r2dbc/issues/715)) ([44463cf](https://github.com/GoogleCloudPlatform/cloud-spanner-r2dbc/commit/44463cf11da5c4cee261e3dd6c49d9a124eb5d43))
* R2DBC SPI upgrade to 1.0.0.RELEASE ([#726](https://github.com/GoogleCloudPlatform/cloud-spanner-r2dbc/issues/726)) ([5ee8788](https://github.com/GoogleCloudPlatform/cloud-spanner-r2dbc/commit/5ee8788f56994996231a039d9bee4c2f2c1753f8))

## [1.2.2](https://github.com/GoogleCloudPlatform/cloud-spanner-r2dbc/compare/v1.2.1...v1.2.2) (2023-06-02)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>cloud-spanner-r2dbc-samples</artifactId>
<version>1.2.3-SNAPSHOT</version><!-- {x-version-update:cloud-spanner-r2dbc:current} -->
<version>1.3.0</version><!-- {x-version-update:cloud-spanner-r2dbc:current} -->
</parent>

<name>Google Cloud Spanner R2DBC Sample via direct SPI</name>
Expand Down
2 changes: 1 addition & 1 deletion cloud-spanner-r2dbc-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>cloud-spanner-r2dbc-parent</artifactId>
<version>1.2.3-SNAPSHOT</version><!-- {x-version-update:cloud-spanner-r2dbc:current} -->
<version>1.3.0</version><!-- {x-version-update:cloud-spanner-r2dbc:current} -->
</parent>

<artifactId>cloud-spanner-r2dbc-samples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cloud-spanner-r2dbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>cloud-spanner-r2dbc-parent</artifactId>
<version>1.2.3-SNAPSHOT</version><!-- {x-version-update:cloud-spanner-r2dbc:current} -->
<version>1.3.0</version><!-- {x-version-update:cloud-spanner-r2dbc:current} -->
</parent>

<name>Google Cloud Spanner R2DBC Driver</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>cloud-spanner-r2dbc-parent</artifactId>
<packaging>pom</packaging>
<version>1.2.3-SNAPSHOT</version><!-- {x-version-update:cloud-spanner-r2dbc:current} -->
<version>1.3.0</version><!-- {x-version-update:cloud-spanner-r2dbc:current} -->

<name>Google Cloud Spanner R2DBC Parent Project</name>
<description>Reactive R2DBC driver implementation for Cloud Spanner.</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

cloud-spanner-r2dbc:1.2.2:1.2.3-SNAPSHOT
cloud-spanner-r2dbc:1.3.0:1.3.0

0 comments on commit 145bd3f

Please sign in to comment.