Skip to content

Commit 2bfbf45

Browse files
author
Gianmarco Garrisi
committed
Version dump
1 parent 2b2db95 commit 2bfbf45

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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 = "1.3.1"
3+
version = "1.3.2"
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Please read the [API documentation here](https://docs.rs/priority-queue/)
1313

1414
To use this crate, simply add the following string to your `Cargo.toml`:
1515
```
16-
priority-queue = "1.3.0"
16+
priority-queue = "1.3.2"
1717
```
1818

1919
Version numbers follow the [semver](https://semver.org/) convention.
@@ -114,6 +114,7 @@ Feel free to contribute to this project with pull requests and/or issues. All co
114114

115115
## Changes
116116

117+
* 1.3.2 Bug fix in the `log2_fast` internal function
117118
* 1.3.1 Bug fix: [#42](https://github.com/garro95/priority-queue/issues/42)
118119
* 1.3.0 Return bool from `change_priority_by` (Merged [#41](https://github.com/garro95/priority-queue/pull/41))
119120
* 1.2.3 Further performance optimizations (mainly on `DoublePriorityQueue`)

0 commit comments

Comments
 (0)