Skip to content

Commit 1100437

Browse files
committed
Release 0.1.1
1 parent 015d31a commit 1100437

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ringmap"
33
edition = "2021"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
documentation = "https://docs.rs/ringmap/"
66
repository = "https://github.com/indexmap-rs/ringmap"
77
license = "Apache-2.0 OR MIT"

RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Releases
22

3+
## 0.1.1
4+
5+
- Optimized the branch behavior of the iterators.
6+
37
## 0.1.0
48

59
- Initial release, based on `indexmap v2.7.1`.

0 commit comments

Comments
 (0)