We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015d31a commit 1100437Copy full SHA for 1100437
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "ringmap"
3
edition = "2021"
4
-version = "0.1.0"
+version = "0.1.1"
5
documentation = "https://docs.rs/ringmap/"
6
repository = "https://github.com/indexmap-rs/ringmap"
7
license = "Apache-2.0 OR MIT"
RELEASES.md
@@ -1,5 +1,9 @@
# Releases
+## 0.1.1
+
+- Optimized the branch behavior of the iterators.
## 0.1.0
8
9
- Initial release, based on `indexmap v2.7.1`.
0 commit comments