Skip to content

Commit 66a77e8

Browse files
author
Gianmarco Garrisi
committed
Prepare version
1 parent 31dc0db commit 66a77e8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "priority-queue"
3-
version = "2.3.1"
3+
version = "2.4.0"
44
authors = ["Gianmarco Garrisi <gianmarcogarrisi@tutanota.com>"]
55
description = "A Priority Queue implemented as a heap with a function to efficiently change the priority of an item."
66
repository = "https://github.com/garro95/priority-queue"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ All contribution shall be under a license compatible with the GNU LGPL version 3
133133

134134
## Changes
135135

136+
* 2.4.0 Implement `extract_if`.
136137
* 2.3.1 Declare rust-version in Crate manifest: [#65](https://github.com/garro95/priority-queue/pull/65). Thanks to [aborgna-q](https://github.com/aborgna-q)
137138
* 2.3.0 Implement retain and retain_mut
138139
* 2.2.2 Fix a bug in the heapify_up implementation for DoublePriorityQueue

0 commit comments

Comments
 (0)