From c3677e33801cbbf35d6e87601b65c0f8c1680018 Mon Sep 17 00:00:00 2001 From: sigoden Date: Thu, 7 Mar 2024 23:25:54 +0800 Subject: [PATCH] chore: release v0.14.0 (#341) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91e8470..8dbadd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ dependencies = [ [[package]] name = "aichat" -version = "0.13.0" +version = "0.14.0" dependencies = [ "ansi_colours", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 9dcfc75..048b566 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aichat" -version = "0.13.0" +version = "0.14.0" edition = "2021" authors = ["sigoden "] description = "All in one CLI tool for 10+ AI platforms"