Skip to content

Commit 3261364

Browse files
committed
chore: fix versions
1 parent 32e2ee6 commit 3261364

20 files changed

Lines changed: 23 additions & 63 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ license = "MIT"
2525
repository = "https://github.com/compio-rs/compio"
2626

2727
[workspace.dependencies]
28-
compio-buf = { path = "./compio-buf", version = "0.9.0" }
28+
compio-buf = { path = "./compio-buf", version = "0.8.1" }
2929
compio-driver = { path = "./compio-driver", version = "0.12.0", default-features = false }
3030
compio-runtime = { path = "./compio-runtime", version = "0.12.0" }
3131
compio-executor = { path = "./compio-executor", version = "0.1.0" }
32-
compio-macros = { path = "./compio-macros", version = "0.2.0" }
32+
compio-macros = { path = "./compio-macros", version = "0.1.2" }
3333
compio-fs = { path = "./compio-fs", version = "0.12.0" }
3434
compio-io = { path = "./compio-io", version = "0.10.0" }
3535
compio-net = { path = "./compio-net", version = "0.12.0" }
3636
compio-signal = { path = "./compio-signal", version = "0.10.0" }
3737
compio-dispatcher = { path = "./compio-dispatcher", version = "0.11.0" }
38-
compio-log = { path = "./compio-log", version = "0.2.0" }
38+
compio-log = { path = "./compio-log", version = "0.1.0" }
3939
compio-tls = { path = "./compio-tls", version = "0.10.0", default-features = false }
4040
compio-process = { path = "./compio-process", version = "0.9.0" }
4141
compio-quic = { path = "./compio-quic", version = "0.8.0", default-features = false }

compio-buf/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.9.0](https://github.com/compio-rs/compio/compare/compio-buf-v0.8.0...compio-buf-v0.9.0) - 2026-04-20
10+
## [0.8.1](https://github.com/compio-rs/compio/compare/v0.18.0...v0.19.0) - 2026-04-20
1111

1212
### Added
1313

compio-buf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "compio-buf"
3-
version = "0.9.0"
3+
version = "0.8.1"
44
description = "Buffer trait for completion based async IO"
55
categories = ["asynchronous"]
66
keywords = ["async"]

compio-dispatcher/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.11.0](https://github.com/compio-rs/compio/compare/compio-dispatcher-v0.10.0...compio-dispatcher-v0.11.0) - 2026-04-20
10+
## [0.11.0](https://github.com/compio-rs/compio/compare/v0.18.0...v0.19.0) - 2026-04-20
1111

1212
### Added
1313

compio-driver/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.12.0](https://github.com/compio-rs/compio/compare/compio-driver-v0.11.1...compio-driver-v0.12.0) - 2026-04-20
10+
## [0.12.0](https://github.com/compio-rs/compio/compare/v0.18.0...v0.19.0) - 2026-04-20
1111

1212
### Added
1313

compio-executor/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.1.0](https://github.com/compio-rs/compio/releases/tag/compio-executor-v0.1.0) - 2026-04-20
10+
## [0.1.0](https://github.com/compio-rs/compio/releases/tag/v0.19.0) - 2026-04-20
1111

1212
### Added
1313

compio-fs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.12.0](https://github.com/compio-rs/compio/compare/compio-fs-v0.11.0...compio-fs-v0.12.0) - 2026-04-20
10+
## [0.12.0](https://github.com/compio-rs/compio/compare/v0.18.0...v0.19.0) - 2026-04-20
1111

1212
### Added
1313

compio-io/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.10.0](https://github.com/compio-rs/compio/compare/compio-io-v0.9.0...compio-io-v0.10.0) - 2026-04-20
10+
## [0.10.0](https://github.com/compio-rs/compio/compare/v0.18.0...v0.19.0) - 2026-04-20
1111

1212
### Added
1313

compio-log/CHANGELOG.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.2.0](https://github.com/compio-rs/compio/compare/compio-log-v0.1.0...compio-log-v0.2.0) - 2026-04-20
10+
## 0.1.0
1111

1212
### Added
1313

14-
- [**breaking**] fs & net feature ([#564](https://github.com/compio-rs/compio/pull/564))
14+
- fs & net feature ([#564](https://github.com/compio-rs/compio/pull/564))
1515

1616
### Other
1717

1818
- remove "authors" field in metadata ([#711](https://github.com/compio-rs/compio/pull/711))
1919
- release ([#646](https://github.com/compio-rs/compio/pull/646))
2020
- deploy docs ([#641](https://github.com/compio-rs/compio/pull/641))
2121
- extract common deps into workspace
22-
# Changelog
23-
24-
All notable changes to this project will be documented in this file.
25-
26-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
27-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
28-
29-
### Added
30-
31-
- fs & net feature ([#564](https://github.com/compio-rs/compio/pull/564))
32-
33-
### Other
34-
35-
- deploy docs ([#641](https://github.com/compio-rs/compio/pull/641))
36-
- extract common deps into workspace

compio-log/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "compio-log"
3-
version = "0.2.0"
3+
version = "0.1.0"
44
description = "Log of compio"
55
categories = ["asynchronous"]
66
readme = "README.md"

0 commit comments

Comments
 (0)