Skip to content

Commit 4200ec2

Browse files
committed
Bump versions to 1.8.0.0
1 parent bcf7ad9 commit 4200ec2

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

io-classes/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Revsion history of io-classes
22

3-
### next version
3+
### 1.8.0.0
44

55
### Breaking changes
66

7-
- Provided `MonadTraceMVar`
8-
- Renamed `InspectMonad` to `InspectMonadSTM`
7+
* Provided `MonadTraceMVar`
8+
* Renamed `InspectMonad` to `InspectMonadSTM`
99
* Added `threadLabel` to `MonadThread`
1010
* Added `MonadLabelledMVar` class.
1111
* Added `labelMVar` to `Control.Concurrent.Class.MonadMVar.Strict`

io-classes/io-classes.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.4
22
name: io-classes
3-
version: 1.7.0.0
3+
version: 1.8.0.0
44
synopsis: Type classes for concurrency with STM, ST and timing
55
description:
66
IO Monad class hierarchy compatible with:

io-sim/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Revision history of io-sim
22

3-
## next version
3+
## next release
4+
5+
### Breaking changes
6+
7+
### Non-breaking changes
8+
9+
## 1.8.0.0
410

511
- Provided `MonadTraceMVar`
612
- Renamed `InspectMonad` to `InspectMonadSTM`

io-sim/io-sim.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.4
22
name: io-sim
3-
version: 1.6.0.0
3+
version: 1.8.0.0
44
synopsis: A pure simulator for monadic concurrency with STM.
55
description:
66
A pure simulator monad with support of concurrency (base & async style), stm,

0 commit comments

Comments
 (0)