Skip to content

Commit d8b00fd

Browse files
committed
version bump
1 parent b994b38 commit d8b00fd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
0.9.2
2+
------------------------------------------------
3+
4+
* Supported GHC 9.10 ([#40](https://github.com/fumieval/extensible/pull/40) by [@miguel-negrao](https://github.com/miguel-negrao))
5+
6+
0.9.1
7+
------------------------------------------------
8+
9+
* Supported GHCs up to 9.8 ([#38](https://github.com/fumieval/extensible/pull/38) by [@kgtkr](https://github.com/kgtkr))
10+
* Exported `Assoc`, `(>:)`, and `Lookup` from `Data.Extensible.Effect`
11+
* Added `coinclusionAssoc`, `wrenchAssoc`, and `retrenchAssoc` ([#36](https://github.com/fumieval/extensible/pull/36) by [@At-sushi](https://github.com/At-sushi))
12+
113
0.9
214
------------------------------------------------
315

extensible.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: extensible
3-
version: 0.9
3+
version: 0.9.2
44
synopsis: Extensible, efficient, optics-friendly data types and effects
55
homepage: https://github.com/fumieval/extensible
66
bug-reports: http://github.com/fumieval/extensible/issues

0 commit comments

Comments
 (0)