diff --git a/.github/release-please/.manifest.json b/.github/release-please/.manifest.json index d6732cb..83e73b1 100644 --- a/.github/release-please/.manifest.json +++ b/.github/release-please/.manifest.json @@ -1 +1 @@ -{".":"0.0.1"} +{".":"0.0.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 55d086a..bcd74b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 3ebb7ea..dce7776 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"