Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion generic-diff-instances/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion generic-diff-instances/generic-diff-instances.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 8 additions & 1 deletion generic-diff/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Loading