Skip to content

Commit 74a99a4

Browse files
author
Gianmarco Garrisi
committed
Prepare version
1 parent 7903f8e commit 74a99a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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.2.2"
3+
version = "2.3.0"
44
authors = ["Gianmarco Garrisi <[email protected]>"]
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
@@ -132,6 +132,7 @@ All contribution shall be under a license compatible with the GNU LGPL version 3
132132

133133
## Changes
134134

135+
* 2.3.0 Implement retain and retain_mut
135136
* 2.2.2 Fix a bug in the heapify_up implementation for DoublePriorityQueue
136137
* 2.2.1 Fix docs.rs build
137138
* 2.2.0 Implement `pop_if`. Documentation Improvements

0 commit comments

Comments
 (0)