From efcccb5c973339a9bfc316cb37fa0da606054cb6 Mon Sep 17 00:00:00 2001 From: Artur Sulej Date: Thu, 18 Jan 2024 00:00:36 +0100 Subject: [PATCH] Bump version to 0.1.7 --- CHANGELOG.md | 8 +++++++- mix.exs | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf504a2..f9a1f70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## [Unreleased] +## [0.1.7] - 2024-01-18 +### Fixed +- Correct exit code +- Choosing the right type when detected lack of disable_ddl_transaction or disable_migration_lock + ## [0.1.6] - 2022-11-20 ### Added - Detecting volatile default when adding a column or adding a default @@ -37,7 +42,8 @@ ### Added - First release! -[Unreleased]: https://github.com/artur-sulej/excellent_migrations/compare/v0.1.6...HEAD +[Unreleased]: https://github.com/artur-sulej/excellent_migrations/compare/v0.1.7...HEAD +[0.1.7]: https://github.com/artur-sulej/excellent_migrations/compare/v0.1.6...v0.1.7 [0.1.6]: https://github.com/artur-sulej/excellent_migrations/compare/v0.1.5...v0.1.6 [0.1.5]: https://github.com/artur-sulej/excellent_migrations/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/artur-sulej/excellent_migrations/compare/v0.1.3...v0.1.4 diff --git a/mix.exs b/mix.exs index f23a3a1..2e1ba69 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule ExcellentMigrations.MixProject do use Mix.Project @source_url "https://github.com/artur-sulej/excellent_migrations" - @version "0.1.6" + @version "0.1.7" def project do [