From e45e68674090b8715465550dd95749500a2558e9 Mon Sep 17 00:00:00 2001 From: konsumlamm Date: Wed, 15 Apr 2026 23:42:25 +0200 Subject: [PATCH] Release pqueue-1.7.0.0 --- CHANGELOG.md | 2 +- pqueue.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 917ee38..2ddbf9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Revision history for pqueue -## 1.7.0.0 +## 1.7.0.0 -- 2026-04-16 * Remove `insertBehind` ([#145](https://github.com/lspitzner/pqueue/pull/145)) diff --git a/pqueue.cabal b/pqueue.cabal index 88e3841..2ff98ad 100644 --- a/pqueue.cabal +++ b/pqueue.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: pqueue -version: 1.6.0.0 +version: 1.7.0.0 category: Data Structures author: Louis Wasserman license: BSD-3-Clause