Skip to content

Commit

Permalink
Version 0.9.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Nov 24, 2024
1 parent 88beb68 commit a142f8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 0.9.0.3 (2024-11-25)

- Fix an off-by-one error Heap.partialSort functions.
- Support latest ghcs.

## Version 0.9.0.2 (2024-05-23)

- Add `TypeOperators` pragma where needed.
Expand Down
2 changes: 1 addition & 1 deletion vector-algorithms.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a142f8d

Please sign in to comment.