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 b704a54 commit 3ca3948
Show file tree
Hide file tree
Showing 3 changed files with 11 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"}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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


### 📝 Documentation

* update GitHub links in README ([b704a54](https://github.com/liblaf/llm-cli/commit/b704a54f11dd769af19a95a07b744ea5e26cf524))
* update README and pyproject.toml with improved URLs and badges ([954ad5f](https://github.com/liblaf/llm-cli/commit/954ad5f6b0d321e49689f530e36ce0fdb5ab92e1))
* update README badges to use PyPI release info ([fc05511](https://github.com/liblaf/llm-cli/commit/fc0551153817065c7e35c9c9759005b4f0a3ff96))

## [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 3ca3948

Please sign in to comment.