Skip to content

Commit 74ca5db

Browse files
authored
chore(main): release 0.3.1 (#13)
* chore(main): release 0.3.1 * chore(docs): update CHANGELOG.md --------- Co-authored-by: liblaf-bot[bot] <184555210+liblaf-bot[bot]@users.noreply.github.com>
1 parent e528e51 commit 74ca5db

File tree

4 files changed

+38
-18
lines changed

4 files changed

+38
-18
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.3.0"}
1+
{".":"0.3.1"}

CHANGELOG.md

Lines changed: 35 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,66 @@
11
# Changelog
22

3-
## [0.3.0](https://github.com/liblaf/github-bot/compare/v0.2.0..v0.3.0) - 2025-08-13
3+
## [0.3.1](https://github.com/liblaf/tangerine/compare/v0.3.0..v0.3.1) - 2025-08-24
4+
5+
### ⬆️ Dependencies
6+
7+
- **deps:** update grapes to v0.2 - ([00d19f5](https://github.com/liblaf/tangerine/commit/00d19f549cc861d6441c0a9e014f8572b1104e6b))
8+
9+
### ❤️ New Contributors
10+
11+
- [@liblaf-bot[bot]](https://github.com/apps/liblaf-bot) made their first contribution
12+
- [@liblaf](https://github.com/liblaf) made their first contribution
13+
14+
## [0.3.0](https://github.com/liblaf/tangerine/compare/v0.2.0..v0.3.0) - 2025-08-14
415

516
### 💥 BREAKING CHANGES
617

7-
- **cli:** add shell completions and docs generation - ([fded12a](https://github.com/liblaf/github-bot/commit/fded12a6598c5b55533ff6aba0122ab8ae2a4424))
18+
- **cli:** add shell completions and docs generation - ([fded12a](https://github.com/liblaf/tangerine/commit/fded12a6598c5b55533ff6aba0122ab8ae2a4424))
819

920
### ⬆️ Dependencies
1021

11-
- **deps:** update rust crate clap to v4.5.45 (#10) - ([211b542](https://github.com/liblaf/github-bot/commit/211b5429c2f0cff104626fb3f0a6acaa0bbc070a))
22+
- **deps:** update rust crate clap to v4.5.45 (#10) - ([211b542](https://github.com/liblaf/tangerine/commit/211b5429c2f0cff104626fb3f0a6acaa0bbc070a))
1223

1324
### ♻ Code Refactoring
1425

15-
- **core:** simplify execution and improve tracing - ([ebba0b3](https://github.com/liblaf/github-bot/commit/ebba0b31a8a52a3ea6aece490c81544064fa9d06))
26+
- **core:** simplify execution and improve tracing - ([ebba0b3](https://github.com/liblaf/tangerine/commit/ebba0b31a8a52a3ea6aece490c81544064fa9d06))
1627

1728
### 🔧 Continuous Integration
1829

19-
- downgrade Python version for distribution - ([b07b380](https://github.com/liblaf/github-bot/commit/b07b3807319f0dac5565a261efb3babc53fca794))
20-
- specify Python version for distribution - ([d7c85f7](https://github.com/liblaf/github-bot/commit/d7c85f767ad4461e764832a66e7c943ee63afb16))
21-
- improve build workflow clarity - ([8641b8c](https://github.com/liblaf/github-bot/commit/8641b8c3836dd3385ea73d5b99f2cf57fba8ee8c))
22-
- use centralized distribution script from copier-rust - ([be940bc](https://github.com/liblaf/github-bot/commit/be940bc8e47bf045cbcee8c321abae6af6ebc647))
30+
- downgrade Python version for distribution - ([b07b380](https://github.com/liblaf/tangerine/commit/b07b3807319f0dac5565a261efb3babc53fca794))
31+
- specify Python version for distribution - ([d7c85f7](https://github.com/liblaf/tangerine/commit/d7c85f767ad4461e764832a66e7c943ee63afb16))
32+
- improve build workflow clarity - ([8641b8c](https://github.com/liblaf/tangerine/commit/8641b8c3836dd3385ea73d5b99f2cf57fba8ee8c))
33+
- use centralized distribution script from copier-rust - ([be940bc](https://github.com/liblaf/tangerine/commit/be940bc8e47bf045cbcee8c321abae6af6ebc647))
34+
35+
### ❤️ New Contributors
36+
37+
- [@renovate[bot]](https://github.com/apps/renovate) made their first contribution in [#10](https://github.com/liblaf/tangerine/pull/10)
2338

2439
## [0.2.0] - 2025-08-12
2540

2641
### 💥 BREAKING CHANGES
2742

28-
- **cli:** enhance I/O handling and add build automation - ([51afe2d](https://github.com/liblaf/github-bot/commit/51afe2decbf56878ee34af69ac601df77691f41c))
43+
- **cli:** enhance I/O handling and add build automation - ([51afe2d](https://github.com/liblaf/tangerine/commit/51afe2decbf56878ee34af69ac601df77691f41c))
2944

3045
### ✨ Features
3146

32-
- initialize tangerine project - ([c22eeb5](https://github.com/liblaf/github-bot/commit/c22eeb5325a840d46c48127c33d2e494e298261c))
47+
- initialize tangerine project - ([c22eeb5](https://github.com/liblaf/tangerine/commit/c22eeb5325a840d46c48127c33d2e494e298261c))
3348

3449
### ♻ Code Refactoring
3550

36-
- **build:** migrate distribution script to standalone - ([9aafa43](https://github.com/liblaf/github-bot/commit/9aafa4396ecadf858232892d5a67a445343cd757))
51+
- **build:** migrate distribution script to standalone - ([9aafa43](https://github.com/liblaf/tangerine/commit/9aafa4396ecadf858232892d5a67a445343cd757))
3752

3853
### 👷 Build System
3954

40-
- replace shell dist script with Python implementation - ([df61ee5](https://github.com/liblaf/github-bot/commit/df61ee5c51bc843963c6da3c29dc1e9d6b486274))
55+
- replace shell dist script with Python implementation - ([df61ee5](https://github.com/liblaf/tangerine/commit/df61ee5c51bc843963c6da3c29dc1e9d6b486274))
4156

4257
### 🔧 Continuous Integration
4358

44-
- reorganize and enhance GitHub workflows - ([ab3a286](https://github.com/liblaf/github-bot/commit/ab3a286ed794f3d74c602b5073c5dac529576136))
45-
- use vendored OpenSSL in builds - ([44ec973](https://github.com/liblaf/github-bot/commit/44ec973fbdd17a1c26e1937c8058e4300d6344d8))
46-
- add openssl dependency and disable fail-fast - ([b5d8e85](https://github.com/liblaf/github-bot/commit/b5d8e85b9a8f16b5c527c5468b92d239d77f2f27))
59+
- reorganize and enhance GitHub workflows - ([ab3a286](https://github.com/liblaf/tangerine/commit/ab3a286ed794f3d74c602b5073c5dac529576136))
60+
- use vendored OpenSSL in builds - ([44ec973](https://github.com/liblaf/tangerine/commit/44ec973fbdd17a1c26e1937c8058e4300d6344d8))
61+
- add openssl dependency and disable fail-fast - ([b5d8e85](https://github.com/liblaf/tangerine/commit/b5d8e85b9a8f16b5c527c5468b92d239d77f2f27))
62+
63+
### ❤️ New Contributors
64+
65+
- [@liblaf-bot[bot]](https://github.com/apps/liblaf-bot) made their first contribution in [#9](https://github.com/liblaf/tangerine/pull/9)
66+
- [@liblaf](https://github.com/liblaf) made their first contribution

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "tangerine"
5-
version = "0.3.0"
5+
version = "0.3.1"
66
authors = ["liblaf <30631553+liblaf@users.noreply.github.com>"]
77
edition = "2024"
88
description = "A short description of my package"

0 commit comments

Comments
 (0)