packages feed

generic-case-0.1.1.1: CHANGELOG.md

# Changelog

All notable changes to `generic-case` will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Haskell Package Versioning Policy](https://pvp.haskell.org).

## [Unreleased]

## [0.1.1.1] - 29.05.2025

### Added

- Updated Readme + Changelog

## [0.1.1.0] - 08.04.2025

### Added

- Implement `gcaseR`: functions before datatype in [#6](https://github.com/fpringle/generic-case/pull/6).

## [0.1.0.0] - 08.03.2025

### Added

- First version. Released on an unsuspecting world.

[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