Skip to content

Commit c657591

Browse files
committed
chore: update version to 0.3.0-pre-alpha across all Cargo.toml and Cargo.lock files
1 parent d646fd9 commit c657591

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
]
99

1010
[workspace.package]
11-
version = "0.2.0-pre-alpha"
11+
version = "0.3.0-pre-alpha"
1212
edition = "2021"
1313
rust-version = "1.75"
1414
authors = ["100monkeys AI, Inc."]

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ tracing = { workspace = true }
4949
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
5050

5151
# Internal [dependencies]
52-
aegis-orchestrator-core = { path = "../orchestrator/core", version = "0.2.0-pre-alpha" }
53-
aegis-orchestrator-sdk = { path = "../sdks", version = "0.2.0-pre-alpha" }
52+
aegis-orchestrator-core = { path = "../orchestrator/core", version = "0.3.0-pre-alpha" }
53+
aegis-orchestrator-sdk = { path = "../sdks", version = "0.3.0-pre-alpha" }
5454
jsonwebtoken = "10.3.0"
5555
base64 = "0.22.1"
5656

orchestrator/swarm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ chrono = { workspace = true }
1616
thiserror = { workspace = true }
1717
anyhow = { workspace = true }
1818
async-trait = "0.1"
19-
aegis-orchestrator-core = { path = "../core", version = "0.2.0-pre-alpha" }
19+
aegis-orchestrator-core = { path = "../core", version = "0.3.0-pre-alpha" }
2020

2121
[package.metadata.docs.rs]
2222
all-features = true

sdks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository.workspace = true
99
description = "Rust SDK for building 100monkeys.ai AEGIS agents"
1010

1111
[dependencies]
12-
aegis-orchestrator-core = { path = "../orchestrator/core", version = "0.2.0-pre-alpha" }
12+
aegis-orchestrator-core = { path = "../orchestrator/core", version = "0.3.0-pre-alpha" }
1313
serde = { version = "1.0", features = ["derive"] }
1414
serde_json = "1.0"
1515
serde_yaml = "0.9"

0 commit comments

Comments
 (0)