From 87fbe7ef185debb971b4d03516205853bb6b89db Mon Sep 17 00:00:00 2001 From: Yuanhao Li Date: Sun, 5 Jul 2026 14:50:09 +0200 Subject: [PATCH] release: v0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3184c03..97590c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yoagent" -version = "0.8.4" +version = "0.9.0" edition = "2021" description = "Simple, effective agent loop with tool execution and event streaming" license = "MIT"