From 55f5340f664cf55d247c0d20ceeb23b7c4fec84f Mon Sep 17 00:00:00 2001 From: Luke Yue Date: Mon, 9 Feb 2026 08:24:59 +0800 Subject: [PATCH] chore: release v0.4.1 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"