Index: Cargo.toml ================================================================== --- Cargo.toml +++ Cargo.toml @@ -1,8 +1,8 @@ [package] name = "limqch" -version = "0.2.0" +version = "0.2.1" edition = "2024" license = "0BSD" # https://crates.io/category_slugs categories = [ "concurrency" ] keywords = [ "channel", "bounded" ] @@ -21,11 +21,11 @@ # https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section [badges] maintenance = { status = "actively-developed" } [dependencies] -limq = { version = "0.3.0" } +limq = { version = "0.3.1" } parking_lot = { version = "0.12.3" } wakerizer = { version = "0.1.0" } [dev-dependencies] tokio = { version = "1.44.1", features = ["macros", "rt", "rt-multi-thread"] } Index: www/changelog.md ================================================================== --- www/changelog.md +++ www/changelog.md @@ -2,18 +2,29 @@ ⚠️ indicates a breaking change. ## [Unreleased] -[Details](/vdiff?from=limqch-0.2.0&to=trunk) +[Details](/vdiff?from=limqch-0.2.1&to=trunk) ### Added ### Changed ### Removed +--- + +## [0.2.1] - 2025-04-12 + +[Details](/vdiff?from=limqch-0.2.0&to=limqch-0.2.1) + +### Changed + +- Use `limq` `0.3.1` to get `force_push_oc()` bugfix that was causing it not to + eject more than one element when needed. + --- ## [0.2.0] - 2025-04-11 [Details](/vdiff?from=limqch-0.1.0&to=limqch-0.2.0)