Skip to content

Commit a212a78

Browse files
committed
chore: align all crate versions to 9.0.0
1 parent 8ba3479 commit a212a78

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

src/elizacp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tokio-util.workspace = true
3131
tracing.workspace = true
3232
tracing-subscriber.workspace = true
3333
uuid.workspace = true
34-
sacp-tokio = { version = "8.1.0", path = "../sacp-tokio" }
34+
sacp-tokio = { version = "9.0.0", path = "../sacp-tokio" }
3535

3636
[dev-dependencies]
3737
expect-test.workspace = true

src/sacp-conductor/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ test-support = []
1313

1414
[dependencies]
1515
sacp = { version = "9.0.0", path = "../sacp" }
16-
sacp-tokio = { version = "8.1.0", path = "../sacp-tokio" }
17-
sacp-trace-viewer = { version = "8.0.0", path = "../sacp-trace-viewer" }
16+
sacp-tokio = { version = "9.0.0", path = "../sacp-tokio" }
17+
sacp-trace-viewer = { version = "9.0.0", path = "../sacp-trace-viewer" }
1818
agent-client-protocol-schema.workspace = true
1919
anyhow.workspace = true
2020
axum.workspace = true

src/sacp-tee/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-
## [8.0.1](https://github.com/symposium-dev/symposium-acp/compare/sacp-tee-v8.0.0...sacp-tee-v8.0.1) - 2025-12-19
10+
## [9.0.0](https://github.com/symposium-dev/symposium-acp/compare/sacp-tee-v8.0.0...sacp-tee-v9.0.0) - 2025-12-19
1111

1212
### Other
1313

src/sacp-tee/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sacp-tee"
3-
version = "8.0.1"
3+
version = "9.0.0"
44
edition = "2024"
55
description = "A debugging proxy that logs all ACP traffic to a file"
66
license = "MIT OR Apache-2.0"
@@ -13,7 +13,7 @@ anyhow.workspace = true
1313
chrono.workspace = true
1414
clap = { workspace = true, features = ["derive"] }
1515
sacp = { version = "9.0.0", path = "../sacp" }
16-
sacp-tokio = { version = "8.1.0", path = "../sacp-tokio" }
16+
sacp-tokio = { version = "9.0.0", path = "../sacp-tokio" }
1717
serde = { workspace = true, features = ["derive"] }
1818
serde_json.workspace = true
1919
tokio = { workspace = true, features = ["full"] }

src/sacp-test/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-
## [8.0.0](https://github.com/symposium-dev/symposium-acp/releases/tag/sacp-test-v8.0.0) - 2025-12-15
10+
## [9.0.0](https://github.com/symposium-dev/symposium-acp/releases/tag/sacp-test-v9.0.0) - 2025-12-15
1111

1212
### Added
1313

src/sacp-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sacp-test"
3-
version = "8.0.0"
3+
version = "9.0.0"
44
edition = "2024"
55
description = "Test utilities and mock implementations for SACP"
66
license = "MIT OR Apache-2.0"

src/sacp-tokio/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-
## [8.1.0](https://github.com/symposium-dev/symposium-acp/compare/sacp-tokio-v8.0.0...sacp-tokio-v8.1.0) - 2025-12-19
10+
## [9.0.0](https://github.com/symposium-dev/symposium-acp/compare/sacp-tokio-v8.0.0...sacp-tokio-v9.0.0) - 2025-12-19
1111

1212
### Added
1313

src/sacp-tokio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sacp-tokio"
3-
version = "8.1.0"
3+
version = "9.0.0"
44
edition = "2024"
55
description = "Tokio-based utilities for SACP (Symposium's extensions to ACP)"
66
license = "MIT OR Apache-2.0"

src/sacp-trace-viewer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sacp-trace-viewer"
3-
version = "8.0.0"
3+
version = "9.0.0"
44
edition = "2024"
55
description = "Interactive sequence diagram viewer for SACP trace files"
66
license = "MIT OR Apache-2.0"

src/yopo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ path = "src/main.rs"
1515

1616
[dependencies]
1717
sacp = { version = "9.0.0", path = "../sacp" }
18-
sacp-tokio = { version = "8.1.0", path = "../sacp-tokio" }
18+
sacp-tokio = { version = "9.0.0", path = "../sacp-tokio" }
1919
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
2020
tracing.workspace = true
2121
tracing-subscriber.workspace = true

0 commit comments

Comments
 (0)