Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit 70d32c4

Browse files
committed
chore: release version 0.9.0-rc.1
1 parent cea4a7b commit 70d32c4

File tree

22 files changed

+59
-41
lines changed

22 files changed

+59
-41
lines changed

clients/python/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# pypi actor-core-client package
66
[package]
77
name = "python-actor-core-client"
8-
version = "0.8.0"
8+
version = "0.9.0-rc.1"
99
edition = "2021"
1010
publish = false
1111

@@ -14,7 +14,7 @@ name = "actor_core_client"
1414
crate-type = ["cdylib"]
1515

1616
[dependencies]
17-
actor-core-client = { path = "../rust/", version = "0.8.0" }
17+
actor-core-client = { path = "../rust/" }
1818
futures-util = "0.3.31"
1919
once_cell = "1.21.3"
2020
pyo3 = { version = "0.24.0", features = ["extension-module"] }

clients/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "actor-core-client"
3-
version = "0.8.0"
3+
version = "0.9.0-rc.1"
44
authors = [
55
{ name="Rivet Gaming, LLC", email="developer@rivet.gg" },
66
]

clients/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actor-core-client"
3-
version = "0.8.0"
3+
version = "0.9.0-rc.1"
44
description = "Rust client for ActorCore - the Stateful Serverless Framework for building AI agents, realtime apps, and game servers"
55
edition = "2021"
66
authors = ["Rivet Gaming, LLC <developer@rivet.gg>"]

docs/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.0",
33
"info": {
4-
"version": "0.8.0",
4+
"version": "0.9.0-rc.1",
55
"title": "ActorCore API"
66
},
77
"components": {

examples/chat-room-python/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chat-room-python",
3-
"version": "0.8.0",
3+
"version": "0.9.0-rc.1",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -19,5 +19,6 @@
1919
"platforms": [
2020
"*"
2121
]
22-
}
22+
},
23+
"stableVersion": "0.8.0"
2324
}

examples/chat-room/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chat-room",
3-
"version": "0.8.0",
3+
"version": "0.9.0-rc.1",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -22,5 +22,6 @@
2222
"platforms": [
2323
"*"
2424
]
25-
}
25+
},
26+
"stableVersion": "0.8.0"
2627
}

examples/counter/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "counter",
3-
"version": "0.8.0",
3+
"version": "0.9.0-rc.1",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -20,5 +20,6 @@
2020
"platforms": [
2121
"*"
2222
]
23-
}
23+
},
24+
"stableVersion": "0.8.0"
2425
}

examples/linear-coding-agent/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linear-coding-agent",
3-
"version": "0.8.0",
3+
"version": "0.9.0-rc.1",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -40,5 +40,6 @@
4040
"platforms": [
4141
"*"
4242
]
43-
}
43+
},
44+
"stableVersion": "0.8.0"
4445
}

examples/resend-streaks/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "resend-streaks",
3-
"version": "0.0.0",
3+
"version": "0.9.0-rc.1",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -25,5 +25,6 @@
2525
"platforms": [
2626
"*"
2727
]
28-
}
28+
},
29+
"stableVersion": "0.0.0"
2930
}

packages/actor-core-cli/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@actor-core/cli",
33
"description": "All purpose CLI for ActorCore",
4-
"version": "0.8.0",
4+
"version": "0.9.0-rc.1",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -71,5 +71,6 @@
7171
"vitest": "^3.1.1",
7272
"which": "^5.0.0",
7373
"zod": "^3.24.2"
74-
}
74+
},
75+
"stableVersion": "0.8.0"
7576
}

0 commit comments

Comments
 (0)