Skip to content

Commit

Permalink
chore(main): release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 30, 2024
1 parent 59e20ee commit 961b074
Show file tree
Hide file tree
Showing 3 changed files with 9 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"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### 📝 Documentation

* update README and utility function for consistency ([59e20ee](https://github.com/liblaf/ai-cli/commit/59e20ee575057d7b5f75c84bb3810e4b93066d21))

## [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 = "🚀 LLM CLI - a powerful, open-source 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 961b074

Please sign in to comment.