We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4547ff commit 502be75Copy full SHA for 502be75
2 files changed
CHANGELOG.md
@@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
16
### Fixed
17
18
+## [0.12.2] - 2026-05-25
19
+
20
+- irc: Change the IrcItem trait to support custom container, backward compatible with default param
21
22
## [0.12.1] - 2026-05-22
23
24
### Added
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "embed-collections"
3
-version = "0.12.1"
+version = "0.12.2"
4
edition = "2024"
5
license = "MIT OR Apache-2.0"
6
description = "A collection of memory efficient and intrusive data structures"
0 commit comments