Skip to content

Commit d83e66f

Browse files
committed
Bump up the version and add changelog entry
1 parent c97dcca commit d83e66f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.3.1
2+
3+
* Add missing `SplitGen` instance for `StateGen`: [#183](https://github.com/haskell/random/pull/183)
4+
15
# 1.3.0
26

37
* Improve floating point value generation and avoid degenerate cases: [#172](https://github.com/haskell/random/pull/172)

random.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >=1.10
22
name: random
3-
version: 1.3.0
3+
version: 1.3.1
44
license: BSD3
55
license-file: LICENSE
66
maintainer: core-libraries-committee@haskell.org

0 commit comments

Comments
 (0)