Skip to content

Commit 5cb5e0f

Browse files
committed
release: v0.4.2-rc8
1 parent b6ad6f9 commit 5cb5e0f

File tree

15 files changed

+20
-20
lines changed

15 files changed

+20
-20
lines changed

agent-registry.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
providers:
2-
- location: ghcr.io/i-am-bee/agentstack/agents/chat:0.4.2-rc7
3-
- location: ghcr.io/i-am-bee/agentstack/agents/rag:0.4.2-rc7
4-
- location: ghcr.io/i-am-bee/agentstack/agents/form:0.4.2-rc7
2+
- location: ghcr.io/i-am-bee/agentstack/agents/chat:0.4.2-rc8
3+
- location: ghcr.io/i-am-bee/agentstack/agents/rag:0.4.2-rc8
4+
- location: ghcr.io/i-am-bee/agentstack/agents/form:0.4.2-rc8

agents/chat/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agents/form/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agents/rag/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/agentstack-cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agentstack-cli"
3-
version = "0.4.2-rc7"
3+
version = "0.4.2-rc8"
44
description = "Agent Stack CLI"
55
readme = "README.md"
66
authors = [{ name = "IBM Corp." }]

apps/agentstack-cli/uv.lock

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

apps/agentstack-sdk-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agentstack-sdk"
3-
version = "0.4.2-rc7"
3+
version = "0.4.2-rc8"
44
description = "Agent Stack SDK"
55
readme = "README.md"
66
authors = [{ name = "IBM Corp." }]

apps/agentstack-sdk-py/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/agentstack-sdk-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "agentstack-sdk",
33
"author": "IBM Corp.",
4-
"version": "0.4.2-rc7",
4+
"version": "0.4.2-rc8",
55
"type": "module",
66
"scripts": {
77
"build": "rimraf dist && microbundle --format modern,cjs,umd",

apps/agentstack-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agentstack-server"
3-
version = "0.4.2-rc7"
3+
version = "0.4.2-rc8"
44
description = "Agent Stack server"
55
readme = "README.md"
66
authors = [{ name = "IBM Corp." }]

0 commit comments

Comments
 (0)