diff --git a/CHANGELOG.md b/CHANGELOG.md index 2880e65..9ff22ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1](https://github.com/RDMA-Rust/sideway/compare/v0.4.0...v0.4.1) - 2026-02-09 + +### Fixed + +- *(rdmacm)* use `or_insert_with()` to avoid eager `DeviceContext` creation + ## [0.4.0](https://github.com/RDMA-Rust/sideway/compare/v0.3.2...v0.4.0) - 2025-11-29 ### Added diff --git a/Cargo.toml b/Cargo.toml index 2c6fcad..7d46e6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sideway" -version = "0.4.0" +version = "0.4.1" description = "A better wrapper for using RDMA programming APIs in Rust flavor" license= "MPL-2.0" repository = "https://github.com/RDMA-Rust/sideway"