Skip to content

Commit 30169e1

Browse files
committed
Bump versions to 1.0.0.0
Except of `io-classes-mtl` which is still an experimental. Also update `CHANGELOG` files.
1 parent 8518e99 commit 30169e1

File tree

10 files changed

+13
-7
lines changed

10 files changed

+13
-7
lines changed

io-classes/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## next version
44

5+
## 1.0.0.0
6+
57
### Breaking changes
68

79
* `MonadMonotonicTime` morphed into `MonadMonotonicTimeNSec` which supports

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: 0.6.0.0
3+
version: 1.0.0.0
44
synopsis: Type classes for concurrency with STM, ST and timing
55
license: Apache-2.0
66
license-files:

io-sim/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## next version
44

5+
## 1.0.0.0
6+
57
### Breaking changes
68

79
* Support refactored `MonadTimer`, and new `MonadTimerFancy`, `MonadTimeNSec`

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: 0.6.0.0
3+
version: 1.0.0.0
44
synopsis: A pure simulator for monadic concurrency with STM
55
license: Apache-2.0
66
license-files:

si-timers/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.6.0.0
3+
## 1.0.0.0
44

55
* initial version
66

si-timers/si-timers.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: si-timers
3-
version: 0.6.0.0
3+
version: 1.0.0.0
44
synopsis: Timers using SI units (seconds) which are safe on 32-bit
55
platforms.
66
license: Apache-2.0

strict-mvar/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Revsion history of strict-mvar
22

3-
## 0.6.0.0
3+
## 1.0.0.0
44

55
## 0.1.0.0
66

strict-mvar/strict-mvar.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-mvar
3-
version: 0.1.0.0
3+
version: 1.0.0.0
44
synopsis: Strict MVars for implementations of the `io-classes` MVar interface
55
description: Strict MVars for implementations of the `io-classes` MVar interface.
66
license: Apache-2.0

strict-stm/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## 1.0.0.0
4+
35
## 0.6.0.0
46

57
## 0.5.0.0

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: 0.6.0.0
3+
version: 1.0.0.0
44
synopsis: Strict STM interface polymorphic over stm implementation.
55
license: Apache-2.0
66
license-files:

0 commit comments

Comments
 (0)