From 4f27b7289eb2765d5822a0e96ac5b7e80753fff7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 17:18:33 +0000 Subject: [PATCH] chore: release --- Cargo.toml | 4 ++-- compio-log/CHANGELOG.md | 20 ++++++++++++++++++++ compio-log/Cargo.toml | 2 +- compio-macros/CHANGELOG.md | 28 ++++++++++++++++++++++++++++ compio-macros/Cargo.toml | 2 +- 5 files changed, 52 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b5c0ed0c..3d865d51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,13 +28,13 @@ repository = "https://github.com/compio-rs/compio" compio-buf = { path = "./compio-buf", version = "0.8.0" } compio-driver = { path = "./compio-driver", version = "0.11.0", default-features = false } compio-runtime = { path = "./compio-runtime", version = "0.11.0" } -compio-macros = { path = "./compio-macros", version = "0.1.2" } +compio-macros = { path = "./compio-macros", version = "0.2.0" } compio-fs = { path = "./compio-fs", version = "0.11.0" } compio-io = { path = "./compio-io", version = "0.9.0" } compio-net = { path = "./compio-net", version = "0.11.0" } compio-signal = { path = "./compio-signal", version = "0.9.0" } compio-dispatcher = { path = "./compio-dispatcher", version = "0.10.0" } -compio-log = { path = "./compio-log", version = "0.1.0" } +compio-log = { path = "./compio-log", version = "0.2.0" } compio-tls = { path = "./compio-tls", version = "0.9.0", default-features = false } compio-process = { path = "./compio-process", version = "0.8.0" } compio-quic = { path = "./compio-quic", version = "0.7.0", default-features = false } diff --git a/compio-log/CHANGELOG.md b/compio-log/CHANGELOG.md index 87e70d3c..170d94bd 100644 --- a/compio-log/CHANGELOG.md +++ b/compio-log/CHANGELOG.md @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +## [0.2.0](https://github.com/compio-rs/compio/compare/compio-log-v0.1.0...compio-log-v0.2.0) - 2026-01-28 + +### Added + +- [**breaking**] fs & net feature ([#564](https://github.com/compio-rs/compio/pull/564)) + +### Other + +- release ([#646](https://github.com/compio-rs/compio/pull/646)) +- deploy docs ([#641](https://github.com/compio-rs/compio/pull/641)) +- extract common deps into workspace +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + ### Added - fs & net feature ([#564](https://github.com/compio-rs/compio/pull/564)) diff --git a/compio-log/Cargo.toml b/compio-log/Cargo.toml index 9aada20f..6dac357d 100644 --- a/compio-log/Cargo.toml +++ b/compio-log/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "compio-log" -version = "0.1.0" +version = "0.2.0" description = "Log of compio" categories = ["asynchronous"] readme = "README.md" diff --git a/compio-macros/CHANGELOG.md b/compio-macros/CHANGELOG.md index 12435fee..238a095e 100644 --- a/compio-macros/CHANGELOG.md +++ b/compio-macros/CHANGELOG.md @@ -5,6 +5,34 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +## [0.2.0](https://github.com/compio-rs/compio/compare/compio-macros-v0.1.2...compio-macros-v0.2.0) - 2026-01-28 + +### Added + +- [**breaking**] fs & net feature ([#564](https://github.com/compio-rs/compio/pull/564)) +- update edition to 2024 ([#543](https://github.com/compio-rs/compio/pull/543)) + +### Changed + +- use style_edition 2024 + +### Fixed + +- reduce warnings ([#396](https://github.com/compio-rs/compio/pull/396)) + +### Other + +- release ([#646](https://github.com/compio-rs/compio/pull/646)) +- deploy docs ([#641](https://github.com/compio-rs/compio/pull/641)) +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + ### Added - fs & net feature ([#564](https://github.com/compio-rs/compio/pull/564)) diff --git a/compio-macros/Cargo.toml b/compio-macros/Cargo.toml index 0521083f..3d0e11fb 100644 --- a/compio-macros/Cargo.toml +++ b/compio-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "compio-macros" -version = "0.1.2" +version = "0.2.0" description = "Proc macro of compio" categories = ["asynchronous"] readme = "README.md"