diff --git a/generic-diff-instances/CHANGELOG.md b/generic-diff-instances/CHANGELOG.md index dd4040f..1bd014b 100644 --- a/generic-diff-instances/CHANGELOG.md +++ b/generic-diff-instances/CHANGELOG.md @@ -7,8 +7,11 @@ and this project adheres to [Haskell Package Versioning Policy](https://pvp.hask ## [Unreleased] +## [0.1.0.0] - 01.02.2026 + ### Added - `Diff` instances for `Map`, `Seq`, `Set` and `Tree` from `containers`. -[unreleased]: https://github.com/fpringle/generic-diff/compare/7dbc273...HEAD +[unreleased]: https://github.com/fpringle/generic-diff/compare/instance-v0.1.0.0...HEAD +[0.1.0.0]: https://github.com/fpringle/generic-diff/releases/tag/instances-v0.1.0.0 diff --git a/generic-diff-instances/generic-diff-instances.cabal b/generic-diff-instances/generic-diff-instances.cabal index bd4a161..c5e1ef3 100644 --- a/generic-diff-instances/generic-diff-instances.cabal +++ b/generic-diff-instances/generic-diff-instances.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: generic-diff-instances -version: 0.1.0.0 +version: 0.1.0.1 synopsis: Diff instances for common types description: The [generic-diff](https://hackage.haskell.org/package/generic-diff) package diff --git a/generic-diff/CHANGELOG.md b/generic-diff/CHANGELOG.md index 679e588..de305ef 100644 --- a/generic-diff/CHANGELOG.md +++ b/generic-diff/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Haskell Package Versioning Policy](https://pvp.hask ## [Unreleased] +## [0.1.0.1] - 01.02.2026 + +### Changed + +- Minor documentation changes to point to [generic-diff-instances](https://hackage.haskell.org/package/generic-diff-instances). + ## [0.1.0.0] - 30.05.2025 ### Added @@ -15,5 +21,6 @@ and this project adheres to [Haskell Package Versioning Policy](https://pvp.hask - Let users extend the built-in diff types with custom diffs via the `SpecialDiff` class in [#9](https://github.com/fpringle/generic-diff/pull/9). - Add example implementations of `SpecialDiff` for `containers` types in [#10](https://github.com/fpringle/generic-diff/pull/10). -[unreleased]: https://github.com/fpringle/generic-diff/compare/v0.1.0.0...HEAD +[unreleased]: https://github.com/fpringle/generic-diff/compare/v0.1.0.1...HEAD +[0.1.0.1]: https://github.com/fpringle/generic-diff/releases/tag/v0.1.0.1 [0.1.0.0]: https://github.com/fpringle/generic-diff/releases/tag/v0.1.0.0