From 3ad137847a4c242f09e425a12c15c7c7961d4b0f Mon Sep 17 00:00:00 2001 From: Mike Fridman Date: Wed, 19 Jun 2024 09:59:10 -0400 Subject: [PATCH] Release v3.21.1 --- CHANGELOG.md | 9 +++++++-- go.mod | 8 +------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f203462c2..67f42fd61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -## [v3.21.0] +## [v3.21.1] - Add `GetVersions` method to `goose.Provider`, returns the current (max db) version and the latest (max filesystem) version. (#756) @@ -20,6 +20,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). to get the latest version_id irrespective of the order of applied migrations. - Refactor existing portions of the code to use the new `GetLatestVersion` method. +## [v3.21.0] + +- Retracted. Broken release, please use v3.21.1 instead. + ## [v3.20.0] - Expand the `Store` interface by adding a `GetLatestVersion` method and make the interface public. @@ -183,7 +187,8 @@ Here's a quick summary: - Add new `context.Context`-aware functions and methods, for both sql and go migrations. - Return error when no migration files found or dir is not a directory. -[Unreleased]: https://github.com/pressly/goose/compare/v3.21.0...HEAD +[Unreleased]: https://github.com/pressly/goose/compare/v3.21.1...HEAD +[v3.21.1]: https://github.com/pressly/goose/compare/v3.20.0...v3.21.1 [v3.21.0]: https://github.com/pressly/goose/compare/v3.20.0...v3.21.0 [v3.20.0]: https://github.com/pressly/goose/compare/v3.19.2...v3.20.0 [v3.19.2]: https://github.com/pressly/goose/compare/v3.19.1...v3.19.2 diff --git a/go.mod b/go.mod index 2b9f689cb..37389c42b 100644 --- a/go.mod +++ b/go.mod @@ -76,14 +76,8 @@ require ( ) retract ( + v3.21.0 // Invalid replace directives v3.12.2 // Invalid module reference v3.12.1 // Invalid module reference v3.12.0 // Invalid module reference ) - -// Pin these drivers to specific versions, as future versions force us to update the minimum Go -// version. - -replace github.com/ClickHouse/clickhouse-go/v2 => github.com/ClickHouse/clickhouse-go/v2 v2.17.1 - -replace github.com/ydb-platform/ydb-go-sdk/v3 => github.com/ydb-platform/ydb-go-sdk/v3 v3.55.1