diff --git a/Cargo.toml b/Cargo.toml index 7f12251..7504159 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ exclude = [] [workspace.package] -version = "0.1.5" +version = "0.1.7" edition = "2021" authors = ["Owlibou"] license = "AGPL-3.0" diff --git a/PKGBUILD b/PKGBUILD index b27cf48..3fea9ce 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: vikingowl pkgname=owlen -pkgver=0.1.4 +pkgver=0.1.7 pkgrel=1 pkgdesc="Terminal User Interface LLM client for Ollama with chat and code assistance features" arch=('x86_64') diff --git a/README.md b/README.md index e049967..d4b341a 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ > Terminal-native assistant for running local language models with a comfortable TUI. ![Status](https://img.shields.io/badge/status-alpha-yellow) -![Version](https://img.shields.io/badge/version-0.1.0-blue) +![Version](https://img.shields.io/badge/version-0.1.7-blue) ![Rust](https://img.shields.io/badge/made_with-Rust-ffc832?logo=rust&logoColor=white) ![License](https://img.shields.io/badge/license-AGPL--3.0-blue) ## Alpha Status -- This project is currently in **alpha** (v0.1.5) and under active development. +- This project is currently in **alpha** (v0.1.7) and under active development. - Core features are functional but expect occasional bugs and missing polish. - Breaking changes may occur between releases as we refine the API. - Feedback, bug reports, and contributions are very welcome!