From aa552c8e7ddf31d2d340ce79b7a2245e22d0cedc Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 09:52:17 +0000 Subject: [PATCH] chore(main): release 0.0.1 --- .github/release-please/.manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 22 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..55d086a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.0.1](https://github.com/liblaf/ai-cli/compare/v0.0.0...v0.0.1) (2024-11-30) + + +### 🐛 Bug Fixes + +* clear logging handlers for LiteLLM to prevent duplicate logs ([418effd](https://github.com/liblaf/ai-cli/commit/418effd5caa375abc7f4dff2883be84c2e1e9b82)) + + +### 📝 Documentation + +* update GitHub links in README ([b704a54](https://github.com/liblaf/ai-cli/commit/b704a54f11dd769af19a95a07b744ea5e26cf524)) +* update README and pyproject.toml with improved URLs and badges ([954ad5f](https://github.com/liblaf/ai-cli/commit/954ad5f6b0d321e49689f530e36ce0fdb5ab92e1)) +* update README badges to use PyPI release info ([fc05511](https://github.com/liblaf/ai-cli/commit/fc0551153817065c7e35c9c9759005b4f0a3ff96)) + + +### ♻ Code Refactoring + +* rename project and related references to 'ai-cli' ([ea2baaf](https://github.com/liblaf/ai-cli/commit/ea2baaf45ac5bac8e3c1cd20afe24cca42ffe573)) +* streamline CLI and logging initialization ([9e04a97](https://github.com/liblaf/ai-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 590262d..a7dd4e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ description = "🚀 LLM CLI - a powerful, open-source command-line interface for name = "liblaf-ai-cli" readme = "README.md" requires-python = ">=3.12" -version = "0.0.0" +version = "0.0.1" [project.scripts] ai = "ai:app"