Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.2.3 #18

Merged
merged 1 commit into from
Aug 19, 2024
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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file.

## [0.2.3] - 2024-08-19

### 🚀 Features

- Reimplement finding files to tidy ([#19](https://github.com/todor-a/tidy-json/pull/19))
- Allow passing depth flag ([#21](https://github.com/todor-a/tidy-json/pull/21))

### ⚙️ Miscellaneous Tasks

- Add tests that gitignore works ([#20](https://github.com/todor-a/tidy-json/pull/20))

<!-- generated by git-cliff -->
<!-- generated by git-cliff -->
## [0.2.1] - 2024-08-16

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tidy-json"
version = "0.2.2"
version = "0.2.3"
license = "MIT"
edition = "2021"
default-run = "tidy-json"
Expand Down
Loading