diff --git a/Cargo.toml b/Cargo.toml index 43b563d..6bd2091 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "priority-queue" -version = "2.1.0" +version = "2.1.1" authors = ["Gianmarco Garrisi "] 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" diff --git a/README.md b/README.md index 8747515..e454add 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ All contribution shall be under a license compatible with the GNU LGPL version 3 ## Changes +* 2.1.1 Bug fix: [#56](https://github.com/garro95/priority-queue/issues/56) * 2.1.0 Implement `drain` and `reserve` variations * 2.0.3 Some licensing-related housekeeping * 2.0.2 Fix docs.rs build