Skip to content

Commit 7fb1461

Browse files
committed
release: v3.27.0
1 parent 0b651ba commit 7fb1461

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
66
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [Unreleased]
99

10-
- Add preliminary Spanner dialect support (#966)
11-
- Remove `StatementBegin` and `StatementEnd` annotations from SQL migration templates
12-
- This is only required for more complex statements that include semicolons within them, such as
13-
stored procedures or functions. For simple statements, these annotations are not needed. See
14-
[docs](https://pressly.github.io/goose/documentation/annotations/#complex-statements) for more
15-
details.
10+
## [v3.27.0] - 2026-02-22
11+
12+
### Added
13+
14+
- Preliminary Spanner dialect support (#966)
15+
16+
### Changed
17+
18+
- SQL migration templates no longer include `StatementBegin` and `StatementEnd` annotations. These
19+
are only needed for complex statements containing semicolons (e.g., stored procedures). See
20+
[docs](https://pressly.github.io/goose/documentation/annotations/#complex-statements) for details.
1621

1722
## [v3.26.0] - 2025-10-03
1823

@@ -298,7 +303,8 @@ Here's a quick summary:
298303
- Add new `context.Context`-aware functions and methods, for both sql and go migrations.
299304
- Return error when no migration files found or dir is not a directory.
300305

301-
[Unreleased]: https://github.com/pressly/goose/compare/v3.26.0...HEAD
306+
[Unreleased]: https://github.com/pressly/goose/compare/v3.27.0...HEAD
307+
[v3.27.0]: https://github.com/pressly/goose/compare/v3.26.0...v3.27.0
302308
[v3.26.0]: https://github.com/pressly/goose/compare/v3.25.0...v3.26.0
303309
[v3.25.0]: https://github.com/pressly/goose/compare/v3.24.3...v3.25.0
304310
[v3.24.3]: https://github.com/pressly/goose/compare/v3.24.2...v3.24.3

0 commit comments

Comments
 (0)