Skip to content

Commit

Permalink
chore: bump version 0.5.1 (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
leftstanding authored Jan 3, 2024
1 parent 3ff4479 commit d925a17
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 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](http://semver.org/spec/v2.0.0.

## [Unreleased][]

- Nothing yet

## [0.5.1][]

- Implement diffing for has_many through associations, resolves associated error.

## [0.5.0][]
Expand Down Expand Up @@ -78,7 +82,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Initial release

[Unreleased]: https://github.com/peek-travel/ecto_diff/compare/0.5.0...HEAD
[Unreleased]: https://github.com/peek-travel/ecto_diff/compare/0.5.1...HEAD
[0.5.1]: https://github.com/peek-travel/ecto_diff/compare/0.5.0...0.5.1
[0.5.0]: https://github.com/peek-travel/ecto_diff/compare/0.4.0...0.5.0
[0.4.0]: https://github.com/peek-travel/ecto_diff/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/peek-travel/ecto_diff/compare/0.2.2...0.3.0
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule EctoDiff.MixProject do
use Mix.Project

@version "0.5.0"
@version "0.5.1"
@source_url "https://github.com/peek-travel/ecto_diff"

def project do
Expand Down

0 comments on commit d925a17

Please sign in to comment.