Skip to content

Commit ffee63f

Browse files
committed
bump to v0.4.0.
1 parent 720845d commit ffee63f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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.0] - 2020-09-29
10+
11+
### Added
12+
13+
* Performance improvement (#27)
14+
* Avoid sift_down for unmutated PeekMut (rust#75974)
15+
916
### Changed
1017

1118
* Bump MSRV (minimum supported rust version) to rust 1.32.0.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "binary-heap-plus"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
authors = ["SEKINE, Hideki <[email protected]>"]
55
description = "Enhanced version of std::collections::BinaryHeap that supports max, min, and custom-order heaps."
66
license = "MIT"

0 commit comments

Comments
 (0)