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/releasespull/6563/head
parent
9e9142aa8e
commit
d41963d5fa
|
@ -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.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "agpt"
|
||||
version = "0.4.7"
|
||||
version = "0.5.0"
|
||||
authors = [
|
||||
"Significant Gravitas <support@agpt.co>",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue