Skip to content

Commit

Permalink
chore(main): release 0.1.0 (#17)
Browse files Browse the repository at this point in the history
* chore(main): release 0.1.0

* chore(mega-linter): apply linters fixes

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jan 25, 2025
1 parent fb02378 commit 57f5c2f
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 12 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.1.0"}
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# Changelog

## [0.1.0](https://github.com/liblaf/lime/compare/v0.0.0...v0.1.0) (2025-01-25)


### ⚠ BREAKING CHANGES

* next ([#15](https://github.com/liblaf/lime/issues/15))

### ✨ Features

* enhance README generation with AI-powered features and descriptions ([d9fe575](https://github.com/liblaf/lime/commit/d9fe575120335e3d020d539d8427173be328f55d))
* **live:** add transient option to live action ([dfd597a](https://github.com/liblaf/lime/commit/dfd597ad4e7996b6060d37b92a19df5e54014df8))
* next ([#15](https://github.com/liblaf/lime/issues/15)) ([99e128e](https://github.com/liblaf/lime/commit/99e128eefa52fa4b07ad9a404a892eca728b48a0))
* **repo:** add GitHub repository description generation and update functionality ([28acafc](https://github.com/liblaf/lime/commit/28acafcdd5dcd2a814b34bfb3978ae390e00b8f7))


### ⬆️ Dependencies

* **deps:** update astral-sh/setup-uv action to v5 ([#13](https://github.com/liblaf/lime/issues/13)) ([1515cf6](https://github.com/liblaf/lime/commit/1515cf62ff3270211e09e299e85b46f714b7507d))
* **deps:** update dependency httpx to &gt;=0.28.1,&lt;0.29 ([#16](https://github.com/liblaf/lime/issues/16)) ([922266a](https://github.com/liblaf/lime/commit/922266ab523672eabfc2d5a963fb36b5912cb7a9))


### 🐛 Bug Fixes

* clear logging handlers for LiteLLM to prevent duplicate logs ([418effd](https://github.com/liblaf/lime/commit/418effd5caa375abc7f4dff2883be84c2e1e9b82))


### 📝 Documentation

* update CLI command references to use 'ai' instead of 'ai-cli' ([06bc78a](https://github.com/liblaf/lime/commit/06bc78a861c91bd06c5050e146075684b80d186c))
* update GitHub links in README ([b704a54](https://github.com/liblaf/lime/commit/b704a54f11dd769af19a95a07b744ea5e26cf524))
* update README and pyproject.toml with improved URLs and badges ([954ad5f](https://github.com/liblaf/lime/commit/954ad5f6b0d321e49689f530e36ce0fdb5ab92e1))
* update README and utility function for consistency ([59e20ee](https://github.com/liblaf/lime/commit/59e20ee575057d7b5f75c84bb3810e4b93066d21))
* update README badge links and formatting ([fb02378](https://github.com/liblaf/lime/commit/fb0237827bf5243369fb99dbfdba96c559179a29))
* update README badges to use PyPI release info ([fc05511](https://github.com/liblaf/lime/commit/fc0551153817065c7e35c9c9759005b4f0a3ff96))


### ♻ Code Refactoring

* rename LLM CLI to AI CLI for broader applicability ([53b7d9d](https://github.com/liblaf/lime/commit/53b7d9d9ad2e4e25703df9e0e0cce5f3ffbed7c0))
* rename project and related references to 'ai-cli' ([ea2baaf](https://github.com/liblaf/lime/commit/ea2baaf45ac5bac8e3c1cd20afe24cca42ffe573))
* streamline CLI and logging initialization ([9e04a97](https://github.com/liblaf/lime/commit/9e04a97e14bacda010ea0cda02d0684938637902))

## 0.0.0 (2025-01-25)


Expand Down
14 changes: 4 additions & 10 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Lime is an AI-powered CLI tool for generating high-quality commit messages, repo
To install `liblaf-lime`, run the following command:

```bash
$ uv tool install liblaf-lime
uv tool install liblaf-lime
```

<div align="right">
Expand All @@ -69,9 +69,6 @@ $ uv tool install liblaf-lime

</div>

[bun-shield]: https://img.shields.io/badge/-speedup%20with%20bun-black?logo=bun&style=for-the-badge
[bun-link]: https://bun.sh
[back-to-top]: https://img.shields.io/badge/-BACK_TO_TOP-black?style=flat-square

## ⌨️ Local Development

Expand All @@ -82,9 +79,9 @@ You can use Github Codespaces for online development:
Or clone it for local development:

```bash
$ git clone https://github.com/liblaf/lime.git
$ cd lime
$ uv sync
git clone https://github.com/liblaf/lime.git
cd lime
uv sync
```

<div align="right">
Expand All @@ -95,7 +92,6 @@ $ uv sync

[github-codespace-shield]: https://github.com/codespaces/badge.svg
[github-codespace-link]: https://codespaces.new/liblaf/lime
[back-to-top]: https://img.shields.io/badge/-BACK_TO_TOP-black?style=flat-square

## 🤝 Contributing

Expand All @@ -111,12 +107,10 @@ Contributions of all types are more than welcome, if you are interested in contr

</div>

[github-issues-link]: https://github.com/liblaf/lime/issues
[pr-welcome-shield]: https://img.shields.io/badge/%F0%9F%A4%AF%20PR%20WELCOME-%E2%86%92-ffcb47?labelColor=black&style=for-the-badge
[pr-welcome-link]: https://github.com/liblaf/lime/pulls
[github-contrib-shield]: https://contrib.rocks/image?repo=liblaf%2Flime
[github-contrib-link]: https://github.com/liblaf/lime/graphs/contributors
[back-to-top]: https://img.shields.io/badge/-BACK_TO_TOP-black?style=flat-square

---

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ license = "MIT"
name = "liblaf-lime"
readme = "docs/README.md"
requires-python = ">=3.12,<4"
version = "0.0.0"
version = "0.1.0"

[project.scripts]
aic = "liblaf.lime.cli.commit:app"
Expand Down

0 comments on commit 57f5c2f

Please sign in to comment.