Skip to content

Commit

Permalink
Bump version to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Sulej committed Feb 9, 2024
1 parent ef82db8 commit 81d1a01
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [0.1.8] - 2024-02-09
### Fixed
- Using `Logger.warning` instead of deprecated `Logger.warn`

## [0.1.7] - 2024-01-18
### Fixed
- Correct exit code
Expand Down Expand Up @@ -42,12 +46,13 @@
### Added
- First release!

[Unreleased]: https://github.com/artur-sulej/excellent_migrations/compare/v0.1.7...HEAD
[Unreleased]: https://github.com/artur-sulej/excellent_migrations/compare/v0.1.8...HEAD
[0.1.8]: https://github.com/artur-sulej/excellent_migrations/compare/v0.1.7...v0.1.8
[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
[0.1.3]: https://github.com/artur-sulej/excellent_migrations/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/artur-sulej/excellent_migrations/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/artur-sulej/excellent_migrations/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/artur-sulej/excellent_migrations/releases/tag/v0.1.0
[0.1.0]: https://github.com/artur-sulej/excellent_migrations/releases/tag/v0.1.0
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ defmodule ExcellentMigrations.MixProject do
use Mix.Project

@source_url "https://github.com/artur-sulej/excellent_migrations"
@version "0.1.7"
@version "0.1.8"

def project do
[
app: :excellent_migrations,
version: @version,
elixir: ">= 1.7.0",
elixir: ">= 1.11.0",
start_permanent: Mix.env() == :prod,
deps: deps(),
docs: docs(),
Expand Down

0 comments on commit 81d1a01

Please sign in to comment.