Skip to content

Commit

Permalink
chore(main): release 1.5.0 (#126)
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 Jan 20, 2025
1 parent 79cbf8c commit 9f4f15f
Show file tree
Hide file tree
Showing 2 changed files with 15 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"
}
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.5.0](https://github.com/googleapis/go-gorm-spanner/compare/v1.4.0...v1.5.0) (2025-01-20)


### 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))


### Bug Fixes

* Avoid getting column details from other tables ([#137](https://github.com/googleapis/go-gorm-spanner/issues/137)) ([0aac7e5](https://github.com/googleapis/go-gorm-spanner/commit/0aac7e5daf311d9783b536dbffde93de6a47f67a))

## [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 9f4f15f

Please sign in to comment.