From bc1cb07b7d60a0e7f362a71b2173bf7fa8f9b1c6 Mon Sep 17 00:00:00 2001 From: Luke Yue Date: Sun, 12 Jul 2026 21:52:01 +0800 Subject: [PATCH] chore: release v0.4.4 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51155f6..1da964b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0](https://github.com/RDMA-Rust/sideway/compare/v0.4.3...v0.5.0) - 2026-07-12 + +### Added + +- *(rdmacm)* add wrapper for rdma_migrate_id +- *(rdmacm)* support setting private data in rdmacm conn param + +### Other + +- remove cirrus ci configuration as they stop providing CI service + ## [0.4.3](https://github.com/RDMA-Rust/sideway/compare/v0.4.2...v0.4.3) - 2026-06-04 ### Added diff --git a/Cargo.toml b/Cargo.toml index fb64918..1617056 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sideway" -version = "0.4.3" +version = "0.5.0" description = "A better wrapper for using RDMA programming APIs in Rust flavor" license= "MPL-2.0" repository = "https://github.com/RDMA-Rust/sideway"