Skip to content

Commit

Permalink
Prepare version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianmarco Garrisi committed Aug 11, 2024
1 parent 87a89d4 commit ee84959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "priority-queue"
version = "2.0.3"
version = "2.1.0"
authors = ["Gianmarco Garrisi <gianmarcogarrisi@tutanota.com>"]
description = "A Priority Queue implemented as a heap with a function to efficiently change the priority of an item."
repository = "https://github.com/garro95/priority-queue"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ All contribution shall be under a license compatible with the GNU LGPL version 3

## Changes

* 2.1.0 Implement `drain` and `reserve` variations
* 2.0.3 Some licensing-related housekeeping
* 2.0.2 Fix docs.rs build
* 2.0.1 Documentation improvements
Expand Down

0 comments on commit ee84959

Please sign in to comment.