Skip to content

Commit 05faec3

Browse files
committed
strict-stm-1.1.0.1
1 parent c476b11 commit 05faec3

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

strict-stm/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
# Changelog
22

3+
## 1.1.0.1
4+
5+
### Non-breaking changes
6+
7+
* Fixed the `checkinvariant` cabal flag.
8+
39
## 1.1.0.0
410

511
### Breaking changes
612

713
* Removed deprecated API
814

9-
### Non breaking changes
15+
### Non-breaking changes
1016

1117
* `io-classes-1.1.0.0`
1218

1319
## 1.0.0.1
1420

15-
### Non breaking changes
21+
### Non-breaking changes
1622

1723
* Support `ghc-9.6`.
1824

strict-stm/strict-stm.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: strict-stm
3-
version: 1.1.0.0
3+
version: 1.1.0.1
44
synopsis: Strict STM interface polymorphic over stm implementation.
55
description:
66
Strict STM interface provided on top of

0 commit comments

Comments
 (0)