From f9f35262189381cf16c73464c7e9246ecb75aa77 Mon Sep 17 00:00:00 2001 From: RustyNova Date: Fri, 31 Jan 2025 13:10:49 +0000 Subject: [PATCH] chore: Release v0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 410c080d..37cee5ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -56,7 +56,7 @@ dependencies = [ [[package]] name = "alistral" -version = "0.4.5" +version = "0.5.0" dependencies = [ "alistral_core", "async-fn-stream", diff --git a/Cargo.toml b/Cargo.toml index b0e5ef87..8f081f70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alistral" -version = "0.4.5" +version = "0.5.0" edition = "2021" repository = "https://github.com/RustyNova016/alistral" publish = true