From 20e7ee03eaba367caf7b7d28a85cec57a146fb22 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 13:38:53 +0000 Subject: [PATCH] chore(main): release 0.0.1 --- .github/release-please/.manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please/.manifest.json b/.github/release-please/.manifest.json index 3633bdf..d6732cb 100644 --- a/.github/release-please/.manifest.json +++ b/.github/release-please/.manifest.json @@ -1 +1 @@ -{ ".": "0.0.0" } +{".":"0.0.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index d9cc05a..71b35f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.1](https://github.com/liblaf/llm-cli/compare/v0.0.0...v0.0.1) (2024-11-29) + + +### 📝 Documentation + +* update README and pyproject.toml with improved URLs and badges ([954ad5f](https://github.com/liblaf/llm-cli/commit/954ad5f6b0d321e49689f530e36ce0fdb5ab92e1)) + ## [0.0.0](https://github.com/liblaf/llm-cli/compare/v0.0.0...v0.0.0) (2024-11-29) diff --git a/pyproject.toml b/pyproject.toml index 00bf613..542b14a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ description = "🚀 LLM CLI - a powerful, open-source command-line interface for name = "liblaf-llm-cli" readme = "README.md" requires-python = ">=3.12" -version = "0.0.0" +version = "0.0.1" [project.scripts] llm-cli = "llm_cli:app"