Skip to content

Commit 117571f

Browse files
committed
Dump version 0.12.1
1 parent 240ec42 commit 117571f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

1616
### Fixed
1717

18+
## [0.12.1] - 2026-05-22
19+
20+
### Added
21+
22+
- Add Irc (intrusive ref count) gated by `irc` feature
23+
1824
## [0.12.0] - 2026-05-21
1925

2026
### Changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "embed-collections"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
description = "A collection of memory efficient and intrusive data structures"

0 commit comments

Comments
 (0)