Skip to content

Commit

Permalink
chore(main): release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 25, 2024
1 parent 8ff4040 commit 4fe6da1
Show file tree
Hide file tree
Showing 2 changed files with 10 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.4.0"
".": "1.5.0"
}
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.5.0](https://github.com/googleapis/go-gorm-spanner/compare/v1.4.0...v1.5.0) (2024-11-25)


### Features

* Add sample code snippets for common Spanner and gorm features ([#123](https://github.com/googleapis/go-gorm-spanner/issues/123)) ([8ff4040](https://github.com/googleapis/go-gorm-spanner/commit/8ff4040de016d9e03bef66b439371ee2f45ee986))
* Add transaction runner ([#127](https://github.com/googleapis/go-gorm-spanner/issues/127)) ([b446423](https://github.com/googleapis/go-gorm-spanner/commit/b446423dfb01e1c4bc76a59a3bf98a445b899465))
* Support dry-run mode for auto-migrate ([#124](https://github.com/googleapis/go-gorm-spanner/issues/124)) ([abc7c9b](https://github.com/googleapis/go-gorm-spanner/commit/abc7c9b340a2b3127ee8e8849bb4366bd1254f8d))

## [1.4.0](https://github.com/googleapis/go-gorm-spanner/compare/v1.3.0...v1.4.0) (2024-10-21)


Expand Down

0 comments on commit 4fe6da1

Please sign in to comment.