Skip to content

Commit 042d990

Browse files
committed
Bump version: 0.3.3 → 0.3.4
1 parent 146d59a commit 042d990

12 files changed

Lines changed: 17 additions & 17 deletions

File tree

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
| :----------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------: |
2828
| [![Crates.io Downloads](https://img.shields.io/crates/d/autogpt)](https://crates.io/crates/autogpt) | [![Crates.io Downloads](https://img.shields.io/crates/d/autogpt)](https://crates.io/crates/autogpt) | [![Docker](https://img.shields.io/docker/pulls/kevinrsdev/autogpt.svg)](https://hub.docker.com/r/kevinrsdev/autogpt) | [![Docker](https://img.shields.io/docker/pulls/kevinrsdev/orchgpt.svg)](https://hub.docker.com/r/kevinrsdev/orchgpt) |
2929
| ![linux-demo](https://raw.githubusercontent.com/wiseaidotdev/autogpt/refs/heads/main/assets/linux.png) | ![windows-demo](https://raw.githubusercontent.com/wiseaidotdev/autogpt/refs/heads/main/assets/windows.png) | - | - |
30-
| Method 1: [Download Executable File](https://github.com/wiseaidotdev/autogpt/releases/download/v0.3.3/autogpt) | [Download `.exe` File](https://github.com/wiseaidotdev/autogpt/releases/download/v0.3.3/autogpt.exe) | - | - |
30+
| Method 1: [Download Executable File](https://github.com/wiseaidotdev/autogpt/releases/download/v0.3.4/autogpt) | [Download `.exe` File](https://github.com/wiseaidotdev/autogpt/releases/download/v0.3.4/autogpt.exe) | - | - |
3131
| Method 2: `cargo install autogpt --all-features` | `cargo install autogpt --all-features` | `docker pull kevinrsdev/autogpt` | `docker pull kevinrsdev/orchgpt` |
3232
| [**Set Environment Variables**](https://github.com/wiseaidotdev/autogpt/blob/main/INSTALLATION.md#environment-variables-setup) | [**Set Environment Variables**](https://github.com/wiseaidotdev/autogpt/blob/main/INSTALLATION.md#environment-variables-setup) | [**Set Environment Variables**](https://github.com/wiseaidotdev/autogpt/blob/main/INSTALLATION.md#-using-docker) | [**Set Environment Variables**](https://github.com/wiseaidotdev/autogpt/blob/main/INSTALLATION.md#-using-docker) |
3333
| `autogpt -h` <br> `orchgpt -h` | `autogpt.exe -h` | `docker run kevinrsdev/autogpt -h` | `docker run kevinrsdev/orchgpt -h` |

autogpt/.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.3
2+
current_version = 0.3.4
33

44
[bumpversion:file:Cargo.toml]
55
search = version = "{current_version}"

autogpt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "autogpt"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2024"
55
description = """
66
🦀 A Pure Rust Framework For Building AGIs.

autogpt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
| :----------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------: |
2828
| [![Crates.io Downloads](https://img.shields.io/crates/d/autogpt)](https://crates.io/crates/autogpt) | [![Crates.io Downloads](https://img.shields.io/crates/d/autogpt)](https://crates.io/crates/autogpt) | [![Docker](https://img.shields.io/docker/pulls/kevinrsdev/autogpt.svg)](https://hub.docker.com/r/kevinrsdev/autogpt) | [![Docker](https://img.shields.io/docker/pulls/kevinrsdev/orchgpt.svg)](https://hub.docker.com/r/kevinrsdev/orchgpt) |
2929
| ![linux-demo](https://raw.githubusercontent.com/wiseaidotdev/autogpt/refs/heads/main/assets/linux.png) | ![windows-demo](https://raw.githubusercontent.com/wiseaidotdev/autogpt/refs/heads/main/assets/windows.png) | - | - |
30-
| Method 1: [Download Executable File](https://github.com/wiseaidotdev/autogpt/releases/download/v0.3.3/autogpt) | [Download `.exe` File](https://github.com/wiseaidotdev/autogpt/releases/download/v0.3.3/autogpt.exe) | - | - |
30+
| Method 1: [Download Executable File](https://github.com/wiseaidotdev/autogpt/releases/download/v0.3.4/autogpt) | [Download `.exe` File](https://github.com/wiseaidotdev/autogpt/releases/download/v0.3.4/autogpt.exe) | - | - |
3131
| Method 2: `cargo install autogpt --all-features` | `cargo install autogpt --all-features` | `docker pull kevinrsdev/autogpt` | `docker pull kevinrsdev/orchgpt` |
3232
| [**Set Environment Variables**](https://github.com/wiseaidotdev/autogpt/blob/main/INSTALLATION.md#environment-variables-setup) | [**Set Environment Variables**](https://github.com/wiseaidotdev/autogpt/blob/main/INSTALLATION.md#environment-variables-setup) | [**Set Environment Variables**](https://github.com/wiseaidotdev/autogpt/blob/main/INSTALLATION.md#-using-docker) | [**Set Environment Variables**](https://github.com/wiseaidotdev/autogpt/blob/main/INSTALLATION.md#-using-docker) |
3333
| `autogpt -h` <br> `orchgpt -h` | `autogpt.exe -h` | `docker run kevinrsdev/autogpt -h` | `docker run kevinrsdev/orchgpt -h` |

docs/src/advanced/docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ AutoGPT ships two Docker images: `kevinrsdev/autogpt` for the agent binary and `
66

77
| Image | Tag | Size | Purpose |
88
| -------------------- | ------- | ------ | ---------------------- |
9-
| `kevinrsdev/autogpt` | `0.3.3` | ~12 MB | `autogpt` agent CLI |
10-
| `kevinrsdev/orchgpt` | `0.3.3` | ~12 MB | `orchgpt` orchestrator |
9+
| `kevinrsdev/autogpt` | `0.3.4` | ~12 MB | `autogpt` agent CLI |
10+
| `kevinrsdev/orchgpt` | `0.3.4` | ~12 MB | `orchgpt` orchestrator |
1111

1212
Both images are Alpine-based and stripped of debug symbols for minimal footprint.
1313

docs/src/advanced/feature-flags.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,31 +25,31 @@ AutoGPT's `Cargo.toml` uses feature flags to keep the binary lean. Only compile
2525
**Minimal SDK, Gemini only:**
2626

2727
```toml
28-
autogpt = { version = "0.2", features = ["gem", "gpt"] }
28+
autogpt = { version = "0.3.4", features = ["gem", "gpt"] }
2929
```
3030

3131
**Full CLI with Gemini:**
3232

3333
```toml
34-
autogpt = { version = "0.2", features = ["gem", "gpt", "cli"] }
34+
autogpt = { version = "0.3.4", features = ["gem", "gpt", "cli"] }
3535
```
3636

3737
**SDK with memory:**
3838

3939
```toml
40-
autogpt = { version = "0.2", features = ["gem", "gpt", "mem"] }
40+
autogpt = { version = "0.3.4", features = ["gem", "gpt", "mem"] }
4141
```
4242

4343
**Networked orchestrated mode:**
4444

4545
```toml
46-
autogpt = { version = "0.2", features = ["gem", "gpt", "net", "cli"] }
46+
autogpt = { version = "0.3.4", features = ["gem", "gpt", "net", "cli"] }
4747
```
4848

4949
**Everything:**
5050

5151
```toml
52-
autogpt = { version = "0.2", features = ["gem", "gpt", "img", "git", "mail", "mem", "net", "cli"] }
52+
autogpt = { version = "0.3.4", features = ["gem", "gpt", "img", "git", "mail", "mem", "net", "cli"] }
5353
```
5454

5555
Or equivalently from the command line:

docs/src/advanced/memory-pinecone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Add the `mem` feature flag:
88

99
```toml
1010
[dependencies]
11-
autogpt = { version = "0.2", features = ["gem", "gpt", "mem"] }
11+
autogpt = { version = "0.3.4", features = ["gem", "gpt", "mem"] }
1212
```
1313

1414
Set the Pinecone environment variables:

docs/src/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ To embed AutoGPT in your own Rust project, add it to your `Cargo.toml`:
9191

9292
```toml
9393
[dependencies]
94-
autogpt = { version = "0.2", features = ["gem", "gpt"] }
94+
autogpt = { version = "0.3.4", features = ["gem", "gpt"] }
9595
tokio = { version = "1", features = ["full"] }
9696
```
9797

docs/src/getting-started/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add AutoGPT to `Cargo.toml`:
2323

2424
```toml
2525
[dependencies]
26-
autogpt = { version = "0.2", features = ["gem", "gpt"] }
26+
autogpt = { version = "0.3.4", features = ["gem", "gpt"] }
2727
tokio = { version = "1", features = ["full"] }
2828
```
2929

0 commit comments

Comments
 (0)