Skip to content

Commit

Permalink
chore(main): release 0.0.2 (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Nov 30, 2024
1 parent 06bc78a commit 8f969ee
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/.manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.0.1"}
{".":"0.0.2"}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.0.2](https://github.com/liblaf/ai-cli/compare/v0.0.1...v0.0.2) (2024-11-30)


### 📝 Documentation

* update CLI command references to use 'ai' instead of 'ai-cli' ([06bc78a](https://github.com/liblaf/ai-cli/commit/06bc78a861c91bd06c5050e146075684b80d186c))
* update README and utility function for consistency ([59e20ee](https://github.com/liblaf/ai-cli/commit/59e20ee575057d7b5f75c84bb3810e4b93066d21))


### ♻ Code Refactoring

* rename LLM CLI to AI CLI for broader applicability ([53b7d9d](https://github.com/liblaf/ai-cli/commit/53b7d9d9ad2e4e25703df9e0e0cce5f3ffbed7c0))

## [0.0.1](https://github.com/liblaf/ai-cli/compare/v0.0.0...v0.0.1) (2024-11-30)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ description = "🚀 AI CLI - A powerful and versatile command-line interface for
name = "liblaf-ai-cli"
readme = "README.md"
requires-python = ">=3.12"
version = "0.0.1"
version = "0.0.2"

[project.scripts]
ai = "ai:app"
Expand Down

0 comments on commit 8f969ee

Please sign in to comment.