Skip to content

Commit 63cabb6

Browse files
committed
Bump version to 0.13.2.0
1 parent 5251deb commit 63cabb6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

arithmoi.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: arithmoi
2-
version: 0.13.1.0
2+
version: 0.13.2.0
33
cabal-version: 2.0
44
build-type: Simple
55
license: MIT

changelog.md

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

3+
## 0.13.2.0
4+
5+
### Changed
6+
7+
* Migrate implementation of prime sieves from `Array Bool` to `Vector Bit`.
8+
39
## 0.13.1.0
410

511
### Fixed

0 commit comments

Comments
 (0)