Skip to content

Commit 8605c72

Browse files
committed
Release 0.6.5.0
1 parent 1819272 commit 8605c72

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Revision history for contiguous
22

3+
## 0.6.5.0 -- 2025-04-07
4+
5+
* Implement Contiguous and ContiguousU for SmallUnliftedArray
6+
* Re-export Small(Mutable)UnliftedArray from Data.Primitive.Contiguous
7+
* Use functions from newer primitive and primitive-unlifted. The implementation
8+
of UnliftedArray in primitive-unlifted-2.1 penalizes the creation of an
9+
uninitialized unlifted array. When shrinking and resizing unlifted arrays,
10+
there are primitives that we can use to avoid this.
11+
312
## 0.6.4.2 -- 2024-02-06
413

514
* Restore support for versions of base that do not export `liftA2`

contiguous.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: contiguous
3-
version: 0.6.4.2
3+
version: 0.6.5.0
44
homepage: https://github.com/byteverse/contiguous
55
bug-reports: https://github.com/byteverse/contiguous/issues
66
author: Andrew Martin

0 commit comments

Comments
 (0)