Skip to content

Commit 1639bbe

Browse files
chore(main): release 0.0.1 (#11)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent ea2baaf commit 1639bbe

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.github/release-please/.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ ".": "0.0.0" }
1+
{".":"0.0.1"}

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.0.1](https://github.com/liblaf/ai-cli/compare/v0.0.0...v0.0.1) (2024-11-30)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* clear logging handlers for LiteLLM to prevent duplicate logs ([418effd](https://github.com/liblaf/ai-cli/commit/418effd5caa375abc7f4dff2883be84c2e1e9b82))
9+
10+
11+
### 📝 Documentation
12+
13+
* update GitHub links in README ([b704a54](https://github.com/liblaf/ai-cli/commit/b704a54f11dd769af19a95a07b744ea5e26cf524))
14+
* update README and pyproject.toml with improved URLs and badges ([954ad5f](https://github.com/liblaf/ai-cli/commit/954ad5f6b0d321e49689f530e36ce0fdb5ab92e1))
15+
* update README badges to use PyPI release info ([fc05511](https://github.com/liblaf/ai-cli/commit/fc0551153817065c7e35c9c9759005b4f0a3ff96))
16+
17+
18+
### ♻ Code Refactoring
19+
20+
* rename project and related references to 'ai-cli' ([ea2baaf](https://github.com/liblaf/ai-cli/commit/ea2baaf45ac5bac8e3c1cd20afe24cca42ffe573))
21+
* streamline CLI and logging initialization ([9e04a97](https://github.com/liblaf/ai-cli/commit/9e04a97e14bacda010ea0cda02d0684938637902))
22+
323
## [0.0.0](https://github.com/liblaf/llm-cli/compare/v0.0.0...v0.0.0) (2024-11-29)
424

525

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ description = "🚀 LLM CLI - a powerful, open-source command-line interface for
2828
name = "liblaf-ai-cli"
2929
readme = "README.md"
3030
requires-python = ">=3.12"
31-
version = "0.0.0"
31+
version = "0.0.1"
3232

3333
[project.scripts]
3434
ai = "ai:app"

0 commit comments

Comments
 (0)