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..92304b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.0.1](https://github.com/liblaf/llm-cli/compare/v0.0.0...v0.0.1) (2024-11-29) + + +### 🐛 Bug Fixes + +* clear logging handlers for LiteLLM to prevent duplicate logs ([418effd](https://github.com/liblaf/llm-cli/commit/418effd5caa375abc7f4dff2883be84c2e1e9b82)) + + +### 📝 Documentation + +* update GitHub links in README ([b704a54](https://github.com/liblaf/llm-cli/commit/b704a54f11dd769af19a95a07b744ea5e26cf524)) +* update README and pyproject.toml with improved URLs and badges ([954ad5f](https://github.com/liblaf/llm-cli/commit/954ad5f6b0d321e49689f530e36ce0fdb5ab92e1)) +* update README badges to use PyPI release info ([fc05511](https://github.com/liblaf/llm-cli/commit/fc0551153817065c7e35c9c9759005b4f0a3ff96)) + + +### ♻ Code Refactoring + +* streamline CLI and logging initialization ([9e04a97](https://github.com/liblaf/llm-cli/commit/9e04a97e14bacda010ea0cda02d0684938637902)) + ## [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 109d3cf..29958a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,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] aic = "llm_cli.cmd.commit:app"