From 43b88624c64f9bcbd6c1c88d76c66d7d8da3a152 Mon Sep 17 00:00:00 2001 From: Luke Yue Date: Sat, 29 Nov 2025 11:41:37 +0800 Subject: [PATCH] chore: release v0.3.3 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db982db..2880e65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.0](https://github.com/RDMA-Rust/sideway/compare/v0.3.2...v0.4.0) - 2025-11-29 + +### Added + +- *(rdmacm)* tie identifiers to Arc-based event channel +- *(ibverbs)* add unsafe accessors for raw ibv handles + +### Other + +- *(ibverbs)* wrap CompletionQueue in Arc +- *(ibverbs)* wrap DeviceContext, ProtectionDomain, MemoryRegion in Arc + ## [0.3.2](https://github.com/RDMA-Rust/sideway/compare/v0.3.1...v0.3.2) - 2025-09-13 ### Added diff --git a/Cargo.toml b/Cargo.toml index 30ac5c8..2c6fcad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sideway" -version = "0.3.2" +version = "0.4.0" description = "A better wrapper for using RDMA programming APIs in Rust flavor" license= "MPL-2.0" repository = "https://github.com/RDMA-Rust/sideway"