From 6cc02a3b4d0c566fae0742842588b94d2395841a Mon Sep 17 00:00:00 2001 From: kerthcet Date: Fri, 2 Jan 2026 08:37:27 +0800 Subject: [PATCH] release v0.0.3 Signed-off-by: kerthcet --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f28973b..917d997 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "arms" -version = "0.0.2" +version = "0.0.3" dependencies = [ "async-openai", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 62cde25..c4f6279 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arms" -version = "0.0.2" +version = "0.0.3" edition = "2024" description = "🧬 The adaptive model routing system for exploration and exploitation."