We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240ec42 commit 117571fCopy full SHA for 117571f
2 files changed
CHANGELOG.md
@@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
16
### Fixed
17
18
+## [0.12.1] - 2026-05-22
19
+
20
+### Added
21
22
+- Add Irc (intrusive ref count) gated by `irc` feature
23
24
## [0.12.0] - 2026-05-21
25
26
### Changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "embed-collections"
3
-version = "0.12.0"
+version = "0.12.1"
4
edition = "2024"
5
license = "MIT OR Apache-2.0"
6
description = "A collection of memory efficient and intrusive data structures"
0 commit comments