Skip to content

Commit

Permalink
instances: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bruderj15 committed Nov 29, 2024
1 parent 82c1e40 commit 2c932fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [PVP versioning](https://pvp.haskell.org/).

## Initial release: v0.0.1 _(2024-11-27)_
## v0.1.1 _(2024-11-29)_

### Added
- Added instance `Show (Somes cs)` if `cs` contains `Show`

## Initial release: v0.1.0 _(2024-11-27)_

### Added
- Existentials `Somes` and `Somes1`
2 changes: 1 addition & 1 deletion constrained-some.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: constrained-some
version: 0.1.0.0
version: 0.1.1
synopsis: Existential type that can be constrained
description: This library provides utilities for working with existential types and type-level constraints.
It allows you to enforce multiple constraints on polymorphic types and containers complementing the package some.
Expand Down

0 comments on commit 2c932fa

Please sign in to comment.