Skip to content

Commit 8f969ee

Browse files
chore(main): release 0.0.2 (#12)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 06bc78a commit 8f969ee

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.github/release-please/.manifest.json

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

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.0.2](https://github.com/liblaf/ai-cli/compare/v0.0.1...v0.0.2) (2024-11-30)
4+
5+
6+
### 📝 Documentation
7+
8+
* update CLI command references to use 'ai' instead of 'ai-cli' ([06bc78a](https://github.com/liblaf/ai-cli/commit/06bc78a861c91bd06c5050e146075684b80d186c))
9+
* update README and utility function for consistency ([59e20ee](https://github.com/liblaf/ai-cli/commit/59e20ee575057d7b5f75c84bb3810e4b93066d21))
10+
11+
12+
### ♻ Code Refactoring
13+
14+
* rename LLM CLI to AI CLI for broader applicability ([53b7d9d](https://github.com/liblaf/ai-cli/commit/53b7d9d9ad2e4e25703df9e0e0cce5f3ffbed7c0))
15+
316
## [0.0.1](https://github.com/liblaf/ai-cli/compare/v0.0.0...v0.0.1) (2024-11-30)
417

518

pyproject.toml

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

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

0 commit comments

Comments
 (0)