Skip to content

Commit 35106f1

Browse files
committed
Release v3.25.0
1 parent 04019eb commit 35106f1

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@ 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
9+
10+
## [v3.25.0] - 2025-08-24
11+
12+
- Upgrade go deps (#976)
13+
- Remove references/tests for vertica and add deprecation warnings (#978)
14+
- Add Aurora DSQL as a new database dialect to goose `Provider` (#971)
15+
- Add DDL isolation support for Aurora DSQL compatibility (#970)
16+
- Update Apply to respect no versioning option (#950)
17+
- Expose dialect `Querier` (#939)
918

1019
## [v3.24.3]
1120

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

275-
[Unreleased]: https://github.com/pressly/goose/compare/v3.24.3...HEAD
284+
[Unreleased]: https://github.com/pressly/goose/compare/v3.25.0...HEAD
285+
[v3.25.0]: https://github.com/pressly/goose/compare/v3.24.3...v3.25.0
276286
[v3.24.3]: https://github.com/pressly/goose/compare/v3.24.2...v3.24.3
277287
[v3.24.2]: https://github.com/pressly/goose/compare/v3.24.1...v3.24.2
278288
[v3.24.1]: https://github.com/pressly/goose/compare/v3.24.0...v3.24.1

0 commit comments

Comments
 (0)