aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Reinier van der Leer <pwuts@agpt.co> 2023-12-13 19:55:08 +0100
committerGravatar Reinier van der Leer <pwuts@agpt.co> 2023-12-13 19:55:08 +0100
commitd41963d5fa3a0e91aebb904c33ba4085a7d12276 (patch)
tree7c5658cb0139a0ab64be1240a690330454879b4b
parentrefactor(agent): Reduce log spam in Agent Protocol mode (diff)
downloadAuto-GPT-d41963d5fa3a0e91aebb904c33ba4085a7d12276.tar.gz
Auto-GPT-d41963d5fa3a0e91aebb904c33ba4085a7d12276.tar.bz2
Auto-GPT-d41963d5fa3a0e91aebb904c33ba4085a7d12276.zip
chore: Bump version to 0.5.0 and update bulletin
- Updated the quick links and user guide URLs in the bulletin - Released v0.5.0 with cloud-readiness, a new UI, support for the newest Agent Protocol version, and other improvements See the release notes on Github for more details: https://github.com/Significant-Gravitas/AutoGPT/releases
-rw-r--r--autogpts/autogpt/BULLETIN.md18
-rw-r--r--autogpts/autogpt/pyproject.toml2
2 files changed, 6 insertions, 14 deletions
diff --git a/autogpts/autogpt/BULLETIN.md b/autogpts/autogpt/BULLETIN.md
index b75ed33ba..0140e7122 100644
--- a/autogpts/autogpt/BULLETIN.md
+++ b/autogpts/autogpt/BULLETIN.md
@@ -1,21 +1,13 @@
# QUICK LINKS 🔗
# --------------
🌎 *Official Website*: https://agpt.co.
-📖 *User Guide*: https://docs.agpt.co.
+📖 *User Guide*: https://docs.agpt.co/autogpt.
👩 *Contributors Wiki*: https://github.com/Significant-Gravitas/Nexus/wiki/Contributing.
-# v0.4.7 RELEASE HIGHLIGHTS! 🚀
-# -----------------------------
-This release introduces initial REST API support, powered by e2b's agent
-protocol SDK (https://github.com/e2b-dev/agent-protocol#sdk).
-
-It also includes improvements to prompt generation and support
-for our new benchmarking tool, Auto-GPT-Benchmarks
-(https://github.com/Significant-Gravitas/Auto-GPT-Benchmarks).
-
-We've also moved our documentation to Material Theme, at https://docs.agpt.co.
-
-As usual, we've squashed a few bugs and made some under-the-hood improvements.
+# v0.5.0 RELEASE HIGHLIGHTS! 🚀🚀
+# -------------------------------
+Cloud-readiness, a new UI, support for the newest Agent Protocol version, and much more:
+*v0.5.0 is our biggest release yet!*
Take a look at the Release Notes on Github for the full changelog:
https://github.com/Significant-Gravitas/AutoGPT/releases.
diff --git a/autogpts/autogpt/pyproject.toml b/autogpts/autogpt/pyproject.toml
index f1b6fce26..8682e2e24 100644
--- a/autogpts/autogpt/pyproject.toml
+++ b/autogpts/autogpt/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "agpt"
-version = "0.4.7"
+version = "0.5.0"
authors = [
"Significant Gravitas <support@agpt.co>",
]