diff --git a/CHANGELOG.md b/CHANGELOG.md index ce643aa..b4536bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [0.1.11] - 2025-10-18 + +### Changed +- Bump workspace packages and distribution metadata to version `0.1.11`. + ## [0.1.10] - 2025-10-03 ### Added diff --git a/Cargo.toml b/Cargo.toml index 67711e5..39ceb91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ members = [ exclude = [] [workspace.package] -version = "0.1.9" +version = "0.1.11" edition = "2024" authors = ["Owlibou"] license = "AGPL-3.0" diff --git a/PKGBUILD b/PKGBUILD index 1c7a975..e29d479 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: vikingowl pkgname=owlen -pkgver=0.1.9 +pkgver=0.1.11 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 1a4e66c..13a840b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > 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.9-blue) +![Version](https://img.shields.io/badge/version-0.1.11-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)