From 50bead2d0949f1b485ddccb7776f1236eff152ec Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:40:19 +0000 Subject: [PATCH] chore(main): release 0.0.0 --- .github/release-please/.manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/.github/release-please/.manifest.json b/.github/release-please/.manifest.json index 3633bdf..b719d43 100644 --- a/.github/release-please/.manifest.json +++ b/.github/release-please/.manifest.json @@ -1 +1 @@ -{ ".": "0.0.0" } +{".":"0.0.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index e07fe24..49ec018 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.0.0](https://github.com/liblaf/llm-cli/compare/v0.0.0...v0.0.0) (2024-11-25) + + +### 📝 Documentation + +* add project title to README ([c33e7e4](https://github.com/liblaf/llm-cli/commit/c33e7e4a67271a6cd7dcb814e94bcc7a63909d77)) +* update repository description and topic instructions ([e242291](https://github.com/liblaf/llm-cli/commit/e242291a557a6dcb480fe685bdf16666d75c1818)) + + +### 🎫 Chores + +* streamline CI configuration and update dependencies ([d017833](https://github.com/liblaf/llm-cli/commit/d01783327176d7951e0d241cf0358e68037d2d06)) +* update project name and add build configuration ([989ea88](https://github.com/liblaf/llm-cli/commit/989ea88b9df73e6d9729ce06e2036582f5226ff1)) + + +### ♻ Code Refactoring + +* reorganize module structure for clarity ([239e765](https://github.com/liblaf/llm-cli/commit/239e765236374126eb2ee696f68851cc70209fb2)) +* reorganize repository structure and improve command handling ([e39e58e](https://github.com/liblaf/llm-cli/commit/e39e58e07e10f98cbb30d36cdf38bce4923ca753)) +* streamline configuration and improve integration with external libraries ([142fab2](https://github.com/liblaf/llm-cli/commit/142fab2a8c42b4df2792188d1f08054069f9c0b6)) + ## [0.0.0](https://github.com/liblaf/llm-cli/compare/v0.0.0...v0.0.0) (2024-11-21)