Skip to content

Commit

Permalink
chore(main): release 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored and nielm committed May 1, 2024
1 parent 717498a commit 19be745
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.21.0](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/compare/v1.20.0...v1.21.0) (2024-05-01)


### Features

* Update parser to handle RENAME and SYNONYM ([#101](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/issues/101)) ([49a08fd](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/commit/49a08fda9f2359027256c345708c6e7819cc7607))


### Bug Fixes

* Compilation issues with error-prone on JDK16+ ([#100](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/issues/100)) ([7e98200](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/commit/7e9820066cd2478ac73a348483c952c99780b3c3))
* **deps:** bump com.google.errorprone:error_prone_core ([#99](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/issues/99)) ([b51fa4c](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/commit/b51fa4c613e95049b32ca63233d1438abe4ab030))
* **deps:** Bump com.google.errorprone:error_prone_core from 2.25.0 to 2.26.1 ([#93](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/issues/93)) ([1c1cb59](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/commit/1c1cb59b489391e82b764f7a29c519a9c492cde3))
* **deps:** Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre ([#92](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/issues/92)) ([1dd2837](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/commit/1dd2837b69534fc4d94af8cdafac2ca53035563d))
* **deps:** bump commons-cli:commons-cli from 1.6.0 to 1.7.0 ([#98](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/issues/98)) ([e9a3514](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/commit/e9a35148362fbf380909f3e69d750185809b2c92))
* **deps:** Bump org.apache.maven.plugins:maven-compiler-plugin ([#95](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/issues/95)) ([226e5a2](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/commit/226e5a2880a736339b9080690190bbfed8daa4da))
* **deps:** Bump slf4j.version from 2.0.12 to 2.0.13 ([#96](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/issues/96)) ([e4b0471](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/commit/e4b047185df82452a999c32e62d135084fa75b0c))
* Update dependabot.yml to add conventional commit prefix ([f0a4cb7](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/commit/f0a4cb77f81ece7cef76cdc4fc3b8c85115c76d8))
* Update dependabot.yml to add conventional commit prefix ([97243fa](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/commit/97243fa3952f344231ad30dff15ba14af8dc40b3))

## 1.20.0 (2024-03-11)


Expand Down

0 comments on commit 19be745

Please sign in to comment.