Skip to content

Commit

Permalink
chore: release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Dec 26, 2023
1 parent b4ab523 commit 0bda6af
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 24 deletions.
33 changes: 11 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aichat"
version = "0.11.0"
version = "0.12.0"
edition = "2021"
authors = ["sigoden <sigoden@gmail.com>"]
description = "Use GPT-4(V), Gemini, LocalAI, Ollama and other LLMs in the terminal."
Expand Down Expand Up @@ -29,7 +29,7 @@ chrono = "0.4.23"
bincode = "1.3.3"
parking_lot = "0.12.1"
lazy_static = "1.4.0"
fancy-regex = "0.12.0"
fancy-regex = "0.13.0"
base64 = "0.21.0"
rustc-hash = "1.1.0"
bstr = "1.8.0"
Expand Down

0 comments on commit 0bda6af

Please sign in to comment.