From a142f8de38bbff0a51326a64826ca0f8415169a6 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Mon, 25 Nov 2024 07:05:49 +1100 Subject: [PATCH] Version 0.9.0.3 --- CHANGELOG.md | 5 +++++ vector-algorithms.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0339c07..42a7d98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/vector-algorithms.cabal b/vector-algorithms.cabal index 9e637a4..294a424 100644 --- a/vector-algorithms.cabal +++ b/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