We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88beb68 commit a142f8dCopy full SHA for a142f8d
CHANGELOG.md
@@ -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
6
## Version 0.9.0.2 (2024-05-23)
7
8
- Add `TypeOperators` pragma where needed.
vector-algorithms.cabal
@@ -1,6 +1,6 @@
cabal-version: >= 1.10
name: vector-algorithms
-version: 0.9.0.2
+version: 0.9.0.3
license: BSD3
license-file: LICENSE
author: Dan Doel
0 commit comments