Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/release-please/.manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.3.2"}
{".":"0.3.3"}
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changelog

## [0.3.2](https://github.com/liblaf/tangerine/compare/v0.3.1..v0.3.2) - 2025-08-28
## [0.3.3](https://github.com/liblaf/tangerine/compare/v0.3.2..v0.3.3) - 2025-09-03

### ⬆️ Dependencies

- **deps:** update rust crate clap to v4.5.47 (#26) - ([26a8a87](https://github.com/liblaf/tangerine/commit/26a8a87575d52280bec61f2d1466ddd3c27e7a94))
- **deps:** update rust crate grapes to v0.2.2 (#25) - ([9cc148a](https://github.com/liblaf/tangerine/commit/9cc148a29ba1e0d693075f687b83f919642e8f15))
- **deps:** update rust crate tracing-subscriber to v0.3.20 [security] (#23) - ([5ab440d](https://github.com/liblaf/tangerine/commit/5ab440de1a3ee19bca6678c83b1a74e5f273f4f0))

### ❤️ New Contributors

- [@liblaf-bot[bot]](https://github.com/apps/liblaf-bot) made their first contribution
- [@renovate[bot]](https://github.com/apps/renovate) made their first contribution in [#26](https://github.com/liblaf/tangerine/pull/26)

## [0.3.2](https://github.com/liblaf/tangerine/compare/v0.3.1..v0.3.2) - 2025-08-31

### ⬆️ Dependencies

Expand All @@ -9,10 +22,6 @@
- **deps:** update rust crate regex to v1.11.2 (#16) - ([88c2fe8](https://github.com/liblaf/tangerine/commit/88c2fe83d577a07ffe7d2a087d411128d859f210))
- **deps:** update rust crate grapes to v0.2.1 (#14) - ([295d8ae](https://github.com/liblaf/tangerine/commit/295d8ae42f3f756bccdb3eb54d28854b09de15cd))

### ❤️ New Contributors

- [@renovate[bot]](https://github.com/apps/renovate) made their first contribution in [#21](https://github.com/liblaf/tangerine/pull/21)

## [0.3.1](https://github.com/liblaf/tangerine/compare/v0.3.0..v0.3.1) - 2025-08-24

### ⬆️ Dependencies
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "tangerine"
version = "0.3.2"
version = "0.3.3"
authors = ["liblaf <30631553+liblaf@users.noreply.github.com>"]
edition = "2024"
description = "A short description of my package"
Expand Down
Loading