From 075631d794c75c1a06691243bf052e85a08d24b8 Mon Sep 17 00:00:00 2001 From: sigoden Date: Wed, 29 Nov 2023 11:00:00 +0800 Subject: [PATCH] chore: release v0.11.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa89e533..5558cab0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ dependencies = [ [[package]] name = "aichat" -version = "0.10.0" +version = "0.11.0" dependencies = [ "ansi_colours", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 1f61ac81..4f6fd626 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aichat" -version = "0.10.0" +version = "0.11.0" edition = "2021" authors = ["sigoden "] description = "Use GPT-4(V), LocalAI and other LLMs in the terminal."