Skip to content

Commit f1b69f0

Browse files
committed
fix: remove broken links
1 parent 44ace7b commit f1b69f0

19 files changed

Lines changed: 19 additions & 55 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ compio-buf = { path = "./compio-buf", version = "0.8.2-rc.1" }
3030
compio-driver = { path = "./compio-driver", version = "0.12.0-rc.2", default-features = false }
3131
compio-runtime = { path = "./compio-runtime", version = "0.12.0-rc.2" }
3232
compio-executor = { path = "./compio-executor", version = "0.1.0-rc.2" }
33-
compio-macros = { path = "./compio-macros", version = "0.2.0" }
33+
compio-macros = { path = "./compio-macros", version = "0.1.2" }
3434
compio-fs = { path = "./compio-fs", version = "0.12.0-rc.2" }
3535
compio-io = { path = "./compio-io", version = "0.10.0-rc.2" }
3636
compio-net = { path = "./compio-net", version = "0.12.0-rc.2" }
3737
compio-signal = { path = "./compio-signal", version = "0.10.0-rc.2" }
3838
compio-dispatcher = { path = "./compio-dispatcher", version = "0.11.0-rc.2" }
39-
compio-log = { path = "./compio-log", version = "0.2.0" }
39+
compio-log = { path = "./compio-log", version = "0.1.0" }
4040
compio-tls = { path = "./compio-tls", version = "0.10.0-rc.2", default-features = false }
41-
compio-process = { path = "./compio-process", version = "0.9.1" }
41+
compio-process = { path = "./compio-process", version = "0.9.1-rc.1" }
4242
compio-quic = { path = "./compio-quic", version = "0.8.0-rc.2", default-features = false }
4343
compio-ws = { path = "./compio-ws", version = "0.4.0-rc.2", default-features = false }
4444
compio-compat = { path = "./compio-compat", version = "0.1.0-rc.1" }

compio-compat/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-rc.1](https://github.com/compio-rs/compio/releases/tag/compio-compat-v0.1.0-rc.1) - 2026-05-15
10+
## 0.1.0-rc.1 - 2026-05-15
1111

1212
### Added
1313

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-rc.2](https://github.com/compio-rs/compio/compare/compio-dispatcher-v0.11.0-rc.1...compio-dispatcher-v0.11.0-rc.2) - 2026-05-15
10+
## 0.11.0-rc.2 - 2026-05-15
1111

1212
### Other
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-rc.2](https://github.com/compio-rs/compio/compare/compio-driver-v0.12.0-rc.1...compio-driver-v0.12.0-rc.2) - 2026-05-15
10+
## 0.12.0-rc.2 - 2026-05-15
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-rc.2](https://github.com/compio-rs/compio/compare/compio-executor-v0.1.0-rc.1...compio-executor-v0.1.0-rc.2) - 2026-05-15
10+
## 0.1.0-rc.2 - 2026-05-15
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-rc.2](https://github.com/compio-rs/compio/compare/compio-fs-v0.12.0-rc.1...compio-fs-v0.12.0-rc.2) - 2026-05-15
10+
## 0.12.0-rc.2 - 2026-05-15
1111

1212
### Other
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-rc.2](https://github.com/compio-rs/compio/compare/compio-io-v0.10.0-rc.1...compio-io-v0.10.0-rc.2) - 2026-05-15
10+
## 0.10.0-rc.2 - 2026-05-15
1111

1212
### Added
1313

compio-log/CHANGELOG.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,6 @@ 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-05-15
11-
12-
### Added
13-
14-
- [**breaking**] fs & net feature ([#564](https://github.com/compio-rs/compio/pull/564))
15-
16-
### Other
17-
18-
- release ([#885](https://github.com/compio-rs/compio/pull/885))
19-
- remove "authors" field in metadata ([#711](https://github.com/compio-rs/compio/pull/711))
20-
- release ([#646](https://github.com/compio-rs/compio/pull/646))
21-
- deploy docs ([#641](https://github.com/compio-rs/compio/pull/641))
22-
- extract common deps into workspace
23-
2410
## 0.1.0
2511

2612
### Added

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"

compio-macros/CHANGELOG.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,6 @@ 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-macros-v0.1.2...compio-macros-v0.2.0) - 2026-05-15
11-
12-
### Added
13-
14-
- [**breaking**] fs & net feature ([#564](https://github.com/compio-rs/compio/pull/564))
15-
- update edition to 2024 ([#543](https://github.com/compio-rs/compio/pull/543))
16-
17-
### Changed
18-
19-
- use style_edition 2024
20-
21-
### Fixed
22-
23-
- reduce warnings ([#396](https://github.com/compio-rs/compio/pull/396))
24-
25-
### Other
26-
27-
- release ([#885](https://github.com/compio-rs/compio/pull/885))
28-
- remove "authors" field in metadata ([#711](https://github.com/compio-rs/compio/pull/711))
29-
- release ([#646](https://github.com/compio-rs/compio/pull/646))
30-
- deploy docs ([#641](https://github.com/compio-rs/compio/pull/641))
31-
3210
## 0.1.2
3311

3412
### Added

0 commit comments

Comments
 (0)