From 242499ee1fecab8e3dce4aed610ee0fa3eb9ef31 Mon Sep 17 00:00:00 2001 From: konsumlamm Date: Tue, 1 Aug 2023 18:47:23 +0200 Subject: [PATCH] Release pqueue-1.5.0.0 --- CHANGELOG.md | 2 +- pqueue.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8266b00..b5743c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Revision history for pqueue -## 1.5.0 +## 1.5.0.0 -- 2023-08-08 * Fix incorrect behavior of `mapMaybe` and `mapEither` for `MinQueue`. These previously worked only for monotonic functions. diff --git a/pqueue.cabal b/pqueue.cabal index c34c6dc..8de32ce 100644 --- a/pqueue.cabal +++ b/pqueue.cabal @@ -1,5 +1,5 @@ name: pqueue -version: 1.4.3.0 +version: 1.5.0.0 category: Data Structures author: Louis Wasserman license: BSD3