diff --git a/Cargo.toml b/Cargo.toml index b5c0ed0c..d4f7bb24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ repository = "https://github.com/compio-rs/compio" [workspace.dependencies] compio-buf = { path = "./compio-buf", version = "0.8.0" } -compio-driver = { path = "./compio-driver", version = "0.11.0", default-features = false } +compio-driver = { path = "./compio-driver", version = "0.11.1", default-features = false } compio-runtime = { path = "./compio-runtime", version = "0.11.0" } compio-macros = { path = "./compio-macros", version = "0.1.2" } compio-fs = { path = "./compio-fs", version = "0.11.0" } diff --git a/compio-buf/CHANGELOG.md b/compio-buf/CHANGELOG.md index e70ec69a..5494e274 100644 --- a/compio-buf/CHANGELOG.md +++ b/compio-buf/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.8.0](https://github.com/compio-rs/compio/compare/compio-buf-v0.7.1...compio-buf-v0.8.0) - 2026-01-28 +## [0.8.0](https://github.com/compio-rs/compio/compare/v0.17.0...v0.18.0) - 2026-01-28 ### Added diff --git a/compio-dispatcher/CHANGELOG.md b/compio-dispatcher/CHANGELOG.md index 526a37f4..711708d6 100644 --- a/compio-dispatcher/CHANGELOG.md +++ b/compio-dispatcher/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.10.0](https://github.com/compio-rs/compio/compare/compio-dispatcher-v0.9.0...compio-dispatcher-v0.10.0) - 2026-01-28 +## [0.10.0](https://github.com/compio-rs/compio/compare/v0.17.0...v0.18.0) - 2026-01-28 ### Added diff --git a/compio-driver/CHANGELOG.md b/compio-driver/CHANGELOG.md index 88617463..9f5fe245 100644 --- a/compio-driver/CHANGELOG.md +++ b/compio-driver/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.11.0](https://github.com/compio-rs/compio/compare/compio-driver-v0.10.0...compio-driver-v0.11.0) - 2026-01-28 +## [0.11.1](https://github.com/compio-rs/compio/compare/v0.17.0...v0.18.0) - 2026-01-28 ### Added @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- *(driver)* [**breaking**] make opcode unsafe ([#650](https://github.com/compio-rs/compio/pull/650)) - *(runtime)* [**breaking**] submit future ([#632](https://github.com/compio-rs/compio/pull/632)) - *(driver)* extra ([#624](https://github.com/compio-rs/compio/pull/624)) - *(driver,poll)* with_events ([#622](https://github.com/compio-rs/compio/pull/622)) @@ -43,6 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- *(driver,iour)* cancel leaks the key ([#652](https://github.com/compio-rs/compio/pull/652)) - *(driver)* user_data does not exist ([#643](https://github.com/compio-rs/compio/pull/643)) - *(driver)* multi fd ([#636](https://github.com/compio-rs/compio/pull/636)) - *(driver, IOCP)* cap buf, sys_slice length to u32 ([#613](https://github.com/compio-rs/compio/pull/613)) diff --git a/compio-driver/Cargo.toml b/compio-driver/Cargo.toml index 727c27f5..a36133b1 100644 --- a/compio-driver/Cargo.toml +++ b/compio-driver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "compio-driver" -version = "0.11.0" +version = "0.11.1" description = "Low-level driver for compio" categories = ["asynchronous"] keywords = ["async", "iocp", "io-uring"] diff --git a/compio-fs/CHANGELOG.md b/compio-fs/CHANGELOG.md index bcb41eb1..4ddb3279 100644 --- a/compio-fs/CHANGELOG.md +++ b/compio-fs/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.11.0](https://github.com/compio-rs/compio/compare/compio-fs-v0.10.0...compio-fs-v0.11.0) - 2026-01-28 +## [0.11.0](https://github.com/compio-rs/compio/compare/v0.17.0...v0.18.0) - 2026-01-28 ### Added diff --git a/compio-io/CHANGELOG.md b/compio-io/CHANGELOG.md index b18a99aa..e9a50f20 100644 --- a/compio-io/CHANGELOG.md +++ b/compio-io/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.9.0](https://github.com/compio-rs/compio/compare/compio-io-v0.8.4...compio-io-v0.9.0) - 2026-01-28 +## [0.9.0](https://github.com/compio-rs/compio/compare/v0.17.0...v0.18.0) - 2026-01-28 ### Added diff --git a/compio-net/CHANGELOG.md b/compio-net/CHANGELOG.md index 9e03587d..71b24f84 100644 --- a/compio-net/CHANGELOG.md +++ b/compio-net/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.11.0](https://github.com/compio-rs/compio/compare/compio-net-v0.10.0...compio-net-v0.11.0) - 2026-01-28 +## [0.11.0](https://github.com/compio-rs/compio/compare/v0.17.0...v0.18.0) - 2026-01-28 ### Added diff --git a/compio-process/CHANGELOG.md b/compio-process/CHANGELOG.md index f6a7dd70..cd965575 100644 --- a/compio-process/CHANGELOG.md +++ b/compio-process/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.8.0](https://github.com/compio-rs/compio/compare/compio-process-v0.7.0...compio-process-v0.8.0) - 2026-01-28 +## [0.8.0](https://github.com/compio-rs/compio/compare/v0.17.0...v0.18.0) - 2026-01-28 ### Added diff --git a/compio-quic/CHANGELOG.md b/compio-quic/CHANGELOG.md index 3281c1c1..4f568622 100644 --- a/compio-quic/CHANGELOG.md +++ b/compio-quic/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.7.0](https://github.com/compio-rs/compio/compare/compio-quic-v0.6.0...compio-quic-v0.7.0) - 2026-01-28 +## [0.7.0](https://github.com/compio-rs/compio/compare/v0.17.0...v0.18.0) - 2026-01-28 ### Added diff --git a/compio-runtime/CHANGELOG.md b/compio-runtime/CHANGELOG.md index 06540ee5..193d23dc 100644 --- a/compio-runtime/CHANGELOG.md +++ b/compio-runtime/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.11.0](https://github.com/compio-rs/compio/compare/compio-runtime-v0.10.1...compio-runtime-v0.11.0) - 2026-01-28 +## [0.11.0](https://github.com/compio-rs/compio/compare/v0.17.0...v0.18.0) - 2026-01-28 ### Added diff --git a/compio-signal/CHANGELOG.md b/compio-signal/CHANGELOG.md index 89c14853..ad53ab72 100644 --- a/compio-signal/CHANGELOG.md +++ b/compio-signal/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.9.0](https://github.com/compio-rs/compio/compare/compio-signal-v0.8.0...compio-signal-v0.9.0) - 2026-01-28 +## [0.9.0](https://github.com/compio-rs/compio/compare/v0.17.0...v0.18.0) - 2026-01-28 ### Added diff --git a/compio-tls/CHANGELOG.md b/compio-tls/CHANGELOG.md index e75f583b..f51cf443 100644 --- a/compio-tls/CHANGELOG.md +++ b/compio-tls/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.9.0](https://github.com/compio-rs/compio/compare/compio-tls-v0.8.0...compio-tls-v0.9.0) - 2026-01-28 +## [0.9.0](https://github.com/compio-rs/compio/compare/v0.17.0...v0.18.0) - 2026-01-28 ### Added diff --git a/compio-ws/CHANGELOG.md b/compio-ws/CHANGELOG.md index 9149b604..a836e8a4 100644 --- a/compio-ws/CHANGELOG.md +++ b/compio-ws/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.3.0](https://github.com/compio-rs/compio/compare/compio-ws-v0.2.0...compio-ws-v0.3.0) - 2026-01-28 +## [0.3.0](https://github.com/compio-rs/compio/compare/v0.17.0...v0.18.0) - 2026-01-28 ### Added diff --git a/compio/CHANGELOG.md b/compio/CHANGELOG.md index 60d91b1a..51bd829e 100644 --- a/compio/CHANGELOG.md +++ b/compio/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.18.0](https://github.com/compio-rs/compio/compare/compio-v0.17.0...compio-v0.18.0) - 2026-01-28 +## [0.18.0](https://github.com/compio-rs/compio/compare/v0.17.0...v0.18.0) - 2026-01-28 ### Added