chore: release v0.11.0

pull/263/head v0.11.0
sigoden 10 months ago
parent 30e2fd62dc
commit 075631d794

2
Cargo.lock generated

@ -28,7 +28,7 @@ dependencies = [
[[package]] [[package]]
name = "aichat" name = "aichat"
version = "0.10.0" version = "0.11.0"
dependencies = [ dependencies = [
"ansi_colours", "ansi_colours",
"anyhow", "anyhow",

@ -1,6 +1,6 @@
[package] [package]
name = "aichat" name = "aichat"
version = "0.10.0" version = "0.11.0"
edition = "2021" edition = "2021"
authors = ["sigoden <sigoden@gmail.com>"] authors = ["sigoden <sigoden@gmail.com>"]
description = "Use GPT-4(V), LocalAI and other LLMs in the terminal." description = "Use GPT-4(V), LocalAI and other LLMs in the terminal."

Loading…
Cancel
Save