Skip to content

Commit a142f8d

Browse files
committed
Version 0.9.0.3
1 parent 88beb68 commit a142f8d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Version 0.9.0.3 (2024-11-25)
2+
3+
- Fix an off-by-one error Heap.partialSort functions.
4+
- Support latest ghcs.
5+
16
## Version 0.9.0.2 (2024-05-23)
27

38
- Add `TypeOperators` pragma where needed.

vector-algorithms.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >= 1.10
22
name: vector-algorithms
3-
version: 0.9.0.2
3+
version: 0.9.0.3
44
license: BSD3
55
license-file: LICENSE
66
author: Dan Doel

0 commit comments

Comments
 (0)