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
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ and this project adheres to [Haskell Package Versioning Policy](https://pvp.hask

## [Unreleased]

## [0.1.1.1] - 29.05.2025

### Added

- Updated Readme + Changelog

## [0.1.1.0] - 08.04.2024
## [0.1.1.0] - 08.04.2025

### Added

Expand All @@ -23,6 +25,7 @@ and this project adheres to [Haskell Package Versioning Policy](https://pvp.hask

- First version. Released on an unsuspecting world.

[unreleased]: https://github.com/fpringle/servant-routes/compare/v0.1.1.0...HEAD
[0.1.1.0]: https://github.com/fpringle/servant-routes/releases/tag/v0.1.1.0
[0.1.0.0]: https://github.com/fpringle/servant-routes/releases/tag/v0.1.0.0
[unreleased]: https://github.com/fpringle/generic-case/compare/v0.1.1.1...HEAD
[0.1.1.1]: https://github.com/fpringle/generic-case/releases/tag/v0.1.1.1
[0.1.1.0]: https://github.com/fpringle/generic-case/releases/tag/v0.1.1.0
[0.1.0.0]: https://github.com/fpringle/generic-case/releases/tag/v0.1.0.0
2 changes: 1 addition & 1 deletion generic-case.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: generic-case
version: 0.1.1.0
version: 0.1.1.1
synopsis: Generic case analysis
description:
Generic case analysis in the vein of 'maybe', 'either' and 'bool',
Expand Down