Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fumieval committed Sep 28, 2024
1 parent cabe7bf commit b3489f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.9.1
------------------------------------------------

* Supported GHCs up to 9.8 ([#38](https://github.com/fumieval/extensible/pull/38) by [@kgtkr](https://github.com/kgtkr))
* Exported `Assoc`, `(>:)`, and `Lookup` from `Data.Extensible.Effect`
* Added `coinclusionAssoc`, `wrenchAssoc`, and `retrenchAssoc` ([#36](https://github.com/fumieval/extensible/pull/36) by [@At-sushi](https://github.com/At-sushi))

0.9
------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion extensible.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: extensible
version: 0.9
version: 0.9.1
synopsis: Extensible, efficient, optics-friendly data types and effects
homepage: https://github.com/fumieval/extensible
bug-reports: http://github.com/fumieval/extensible/issues
Expand Down

0 comments on commit b3489f5

Please sign in to comment.