Skip to content

Commit 8ee71aa

Browse files
authored
Merge pull request #184 from haskell/lehins/prepare-new-minor-release
Bump up the version to `1.3.1` and add changelog entry
2 parents c97dcca + d83e66f commit 8ee71aa

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: [email protected]

0 commit comments

Comments
 (0)