Skip to content

Commit

Permalink
Bump version to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Sulej committed Jan 17, 2024
1 parent 957923d commit efcccb5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit efcccb5

Please sign in to comment.