Skip to content

Commit

Permalink
chore(main): release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 29, 2024
1 parent 954ad5f commit 20e7ee0
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.0" }
{".":"0.0.1"}
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.1](https://github.com/liblaf/llm-cli/compare/v0.0.0...v0.0.1) (2024-11-29)


### 📝 Documentation

* update README and pyproject.toml with improved URLs and badges ([954ad5f](https://github.com/liblaf/llm-cli/commit/954ad5f6b0d321e49689f530e36ce0fdb5ab92e1))

## [0.0.0](https://github.com/liblaf/llm-cli/compare/v0.0.0...v0.0.0) (2024-11-29)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ description = "🚀 LLM CLI - a powerful, open-source command-line interface for
name = "liblaf-llm-cli"
readme = "README.md"
requires-python = ">=3.12"
version = "0.0.0"
version = "0.0.1"

[project.scripts]
llm-cli = "llm_cli:app"
Expand Down

0 comments on commit 20e7ee0

Please sign in to comment.