Skip to content

Commit

Permalink
Prepare release (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese authored Jun 18, 2024
1 parent be6e327 commit d7820de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

---

## [0.5.0] - 2024-06-18

### Changed

- **Breaking**: bump MSEV to 1.12
Expand Down Expand Up @@ -44,7 +48,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.2.5] - 2022-06-16


[Unreleased]: https://github.com/primait/prima_ex_logger/compare/0.4.1...HEAD

[Unreleased]: https://github.com/primait/prima_ex_logger/compare/0.5.0...HEAD
[0.5.0]: https://github.com/primait/prima_ex_logger/compare/0.4.1...0.5.0
[0.4.1]: https://github.com/primait/prima_ex_logger/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/primait/prima_ex_logger/compare/0.3.1...0.4.0
[0.3.1]: https://github.com/primait/prima_ex_logger/compare/0.3.0...0.3.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ by adding `prima_ex_logger` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:prima_ex_logger, "~> 0.4.1"}
{:prima_ex_logger, "~> 0.5.0"}
]
end
```
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 PrimaExLogger.MixProject do
use Mix.Project

@source_url "https://github.com/primait/prima_ex_logger"
@version "0.4.1"
@version "0.5.0"

def project do
[
Expand Down

0 comments on commit d7820de

Please sign in to comment.