Skip to content

Commit 7f2dd85

Browse files
committed
bump to v0.4.1.
1 parent a505dde commit 7f2dd85

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.4.1] - 2021-01-06
10+
11+
### Added
12+
13+
* Performance improvement (#28)
14+
* Port rust-lang/rust#78857 - Improve BinaryHeap performance
15+
916
## [0.4.0] - 2020-09-29
1017

1118
### Added

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "binary-heap-plus"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["SEKINE, Hideki <sekineh@me.com>"]
55
description = "Enhanced version of std::collections::BinaryHeap that supports max, min, and custom-order heaps."
66
license = "MIT"
@@ -16,7 +16,7 @@ serde = { version = "1.0.116", optional = true, features = ["derive"] }
1616

1717
[dev-dependencies]
1818
serde_json = "1.0.57"
19-
rand = "0.7.3"
19+
rand = "0.8.1"
2020

2121
[badges]
2222
# TODO: waiting for PR to land...: https://github.com/rust-lang/crates.io/pull/1838#

0 commit comments

Comments
 (0)