Skip to content

Commit

Permalink
chore(main): release 1.24.0 (#178)
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 Dec 4, 2024
1 parent da7da8e commit 6b9032d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.23.0"
".": "1.24.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.24.0](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/compare/v1.23.0...v1.24.0) (2024-12-04)


### Features

* expose isStored on column ([#177](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/issues/177)) ([fe7fc2a](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/commit/fe7fc2a1ffa526c9f587270b5ef85784be3d7b57))


### Bug Fixes

* **deps:** update error-prone to 2.36 ([de62eea](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/commit/de62eeabd5be80082dabcbe9685b92a41c5268da))
* **deps:** update mvn-packages ([#192](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/issues/192)) ([3ee6d2d](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/commit/3ee6d2dec7e3264519a34c50a7383d46bb46f8b1))
* do not capitalize reserved words for object names ([#191](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/issues/191)) ([da7da8e](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/commit/da7da8e9f79ebaf9801e216548b6add4383eeb4c))
* equals ASTcheck_constraint ([#181](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/issues/181)) ([fec08aa](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/commit/fec08aa929524a0f5b70672cd317b17bc7dcf646))

## [1.23.0](https://github.com/cloudspannerecosystem/spanner-schema-diff-tool/compare/v1.22.3...v1.23.0) (2024-10-05)


Expand Down

0 comments on commit 6b9032d

Please sign in to comment.