Skip to content

Commit 4b515b9

Browse files
committed
Bump version: 0.4.4 → 0.4.5
1 parent e8097d6 commit 4b515b9

13 files changed

Lines changed: 21 additions & 21 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: AutoGPT
44
abstract: World's first, most capable, blazingly fast, and extremely flexible pure Rust agentic framework.
55
authors:
66
- name: "Mahmoud Harmouch"
7-
version: v0.4.4
8-
date-released: "2026-05-19"
7+
version: v0.4.5
8+
date-released: "2026-05-21"
99
license: MIT
1010
repository-code: "https://github.com/wiseaidotdev/autogpt"

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.4.4/autogpt) | [Download `.exe` File](https://github.com/wiseaidotdev/autogpt/releases/download/v0.4.4/autogpt.exe) | - | - |
30+
| Method 1: [Download Executable File](https://github.com/wiseaidotdev/autogpt/releases/download/v0.4.5/autogpt) | [Download `.exe` File](https://github.com/wiseaidotdev/autogpt/releases/download/v0.4.5/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.4.4
2+
current_version = 0.4.5
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.4.4"
3+
version = "0.4.5"
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.4.4/autogpt) | [Download `.exe` File](https://github.com/wiseaidotdev/autogpt/releases/download/v0.4.4/autogpt.exe) | - | - |
30+
| Method 1: [Download Executable File](https://github.com/wiseaidotdev/autogpt/releases/download/v0.4.5/autogpt) | [Download `.exe` File](https://github.com/wiseaidotdev/autogpt/releases/download/v0.4.5/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.4.4` | ~12 MB | `autogpt` agent CLI |
10-
| `kevinrsdev/orchgpt` | `0.4.4` | ~12 MB | `orchgpt` orchestrator |
9+
| `kevinrsdev/autogpt` | `0.4.5` | ~12 MB | `autogpt` agent CLI |
10+
| `kevinrsdev/orchgpt` | `0.4.5` | ~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
@@ -26,31 +26,31 @@ AutoGPT's `Cargo.toml` uses feature flags to keep the binary lean. Only compile
2626
**Minimal SDK, Gemini only:**
2727

2828
```toml
29-
autogpt = { version = "0.4.4", features = ["gem", "gpt"] }
29+
autogpt = { version = "0.4.5", features = ["gem", "gpt"] }
3030
```
3131

3232
**Full CLI with Gemini:**
3333

3434
```toml
35-
autogpt = { version = "0.4.4", features = ["gem", "gpt", "cli"] }
35+
autogpt = { version = "0.4.5", features = ["gem", "gpt", "cli"] }
3636
```
3737

3838
**SDK with memory:**
3939

4040
```toml
41-
autogpt = { version = "0.4.4", features = ["gem", "gpt", "mem"] }
41+
autogpt = { version = "0.4.5", features = ["gem", "gpt", "mem"] }
4242
```
4343

4444
**Networked orchestrated mode:**
4545

4646
```toml
47-
autogpt = { version = "0.4.4", features = ["gem", "gpt", "net", "cli"] }
47+
autogpt = { version = "0.4.5", features = ["gem", "gpt", "net", "cli"] }
4848
```
4949

5050
**Everything:**
5151

5252
```toml
53-
autogpt = { version = "0.4.4", features = ["gem", "gpt", "img", "git", "mail", "mem", "net", "cli"] }
53+
autogpt = { version = "0.4.5", features = ["gem", "gpt", "img", "git", "mail", "mem", "net", "cli"] }
5454
```
5555

5656
Or equivalently from the command line:

docs/src/advanced/mcp-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In addition to the CLI and TUI, you can interact with MCP programmatically from
77
```toml
88
# Cargo.toml
99
[dependencies]
10-
autogpt = { version = "0.4.4", features = ["mcp"] }
10+
autogpt = { version = "0.4.5", features = ["mcp"] }
1111
```
1212

1313
## Core Types

docs/src/getting-started/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Download the latest pre-built executables directly from GitHub Releases without
2828

2929
| Platform | Download |
3030
| -------------- | ------------------------------------------------------------------------------------------- |
31-
| Linux x86-64 | [autogpt](https://github.com/wiseaidotdev/autogpt/releases/download/v0.4.4/autogpt) |
32-
| Windows x86-64 | [autogpt.exe](https://github.com/wiseaidotdev/autogpt/releases/download/v0.4.4/autogpt.exe) |
31+
| Linux x86-64 | [autogpt](https://github.com/wiseaidotdev/autogpt/releases/download/v0.4.5/autogpt) |
32+
| Windows x86-64 | [autogpt.exe](https://github.com/wiseaidotdev/autogpt/releases/download/v0.4.5/autogpt.exe) |
3333

3434
## Using Docker
3535

@@ -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.4.4", features = ["gem", "gpt"] }
94+
autogpt = { version = "0.4.5", features = ["gem", "gpt"] }
9595
tokio = { version = "1", features = ["full"] }
9696
```
9797

0 commit comments

Comments
 (0)