From 4659e6ef9ee7ed7c610351e5c7911dee6baa47d2 Mon Sep 17 00:00:00 2001 From: BAKER Date: Tue, 2 Jan 2024 16:34:26 -0500 Subject: [PATCH 1/2] chore: bump version 0.5.1 --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55d0206..1e48367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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][] @@ -79,6 +83,7 @@ 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 +[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 diff --git a/mix.exs b/mix.exs index 7e27b4c..8001e9d 100644 --- a/mix.exs +++ b/mix.exs @@ -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 From 7f14ae8ba328dc0acb947c22ab92c994204af526 Mon Sep 17 00:00:00 2001 From: BAKER Date: Wed, 3 Jan 2024 09:39:05 -0500 Subject: [PATCH 2/2] fix link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e48367..de8c72e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -82,7 +82,7 @@ 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