Skip to content

Commit 71b671b

Browse files
committed
chore: update version to 0.2.0-pre-alpha across project files
1 parent d91c862 commit 71b671b

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches:
99
- main
1010
tags:
11-
- '*.*.*' # Matches 0.1.0, 0.1.0-pre-alpha, etc.
11+
- '*.*.*' # Matches 0.1.0, 0.2.0-pre-alpha, etc.
1212
workflow_dispatch:
1313
inputs:
1414
version:

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.1.0-pre-alpha"
11+
version = "0.2.0-pre-alpha"
1212
edition = "2021"
1313
rust-version = "1.75"
1414
authors = ["100monkeys AI, Inc."]

aegis-proto

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.1.0-pre-alpha" }
53-
aegis-orchestrator-sdk = { path = "../sdks", version = "0.1.0-pre-alpha" }
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" }
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.1.0-pre-alpha" }
19+
aegis-orchestrator-core = { path = "../core", version = "0.2.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.1.0-pre-alpha" }
12+
aegis-orchestrator-core = { path = "../orchestrator/core", version = "0.2.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)