Skip to content

Commit 258465a

Browse files
committed
chore: release anda_core v0.5.0
1 parent 3128cac commit 258465a

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Cargo.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.

agents/anda_bot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "anda_bot"
33
description = "I'm Anda ICP, Digital panda 🐼 by Anda framework. Secured in TEE, memories on ICP chain.✨"
44
repository = "https://github.com/ldclabs/anda/tree/main/agents/anda_bot"
55
publish = false
6-
version = "0.4.5"
6+
version = "0.4.6"
77
edition.workspace = true
88
keywords.workspace = true
99
categories.workspace = true

agents/anda_bot/deployment_cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cargo run -p anda_bot -- start-local
2323

2424
3. 在 linux 环境下可直接下载 anda_bot 可执行文件。
2525
```sh
26-
wget https://github.com/ldclabs/anda/releases/download/v0.4.5/anda_bot
26+
wget https://github.com/ldclabs/anda/releases/download/v0.4.6/anda_bot
2727
chmod +x anda_bot
2828
```
2929

agents/anda_bot/deployment_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cargo run -p anda_bot -- start-local
2424

2525
3. Download the executable directly on Linux:
2626
```sh
27-
wget https://github.com/ldclabs/anda/releases/download/v0.4.5/anda_bot
27+
wget https://github.com/ldclabs/anda/releases/download/v0.4.6/anda_bot
2828
chmod +x anda_bot
2929
```
3030

agents/anda_bot/nitro_enclave/amd64.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN chmod +x ic_tee_daemon
2525
RUN wget -O ic_tee_nitro_gateway https://github.com/ldclabs/ic-tee/releases/download/v0.3.0/ic_tee_nitro_gateway
2626
RUN chmod +x ic_tee_nitro_gateway
2727

28-
RUN wget -O anda_bot https://github.com/ldclabs/anda/releases/download/v0.4.5/anda_bot
28+
RUN wget -O anda_bot https://github.com/ldclabs/anda/releases/download/v0.4.6/anda_bot
2929
RUN chmod +x anda_bot
3030

3131
FROM debian:bookworm-slim AS runtime

tools/anda_icp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "anda_icp"
33
description = "Anda agent tools offers integration with the Internet Computer (ICP)."
44
repository = "https://github.com/ldclabs/anda/tree/main/tools/anda_icp"
55
publish = true
6-
version = "0.2.5"
6+
version = "0.2.6"
77
edition.workspace = true
88
keywords.workspace = true
99
categories.workspace = true

0 commit comments

Comments
 (0)