We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89ab67 commit e3fc242Copy full SHA for e3fc242
CHANGELOG.md
@@ -1,8 +1,12 @@
1
+## Version 0.9.0.1 (2022-07-28)
2
+
3
+- Allow building with vector-0.13.*.
4
5
## Version 0.9.0.0 (2022-05-19)
6
7
- Add nub related functions.
8
- Add sortUniq related functions (sorts, then removes duplicates).
-
9
10
## Version 0.8.0.4 (2020-12-06)
11
12
- Fix out of range access in Intro.partialSort.
vector-algorithms.cabal
@@ -1,5 +1,5 @@
name: vector-algorithms
-version: 0.9.0.0
+version: 0.9.0.1
license: BSD3
license-file: LICENSE
author: Dan Doel
0 commit comments