Skip to content

Commit 1f5ecf6

Browse files
authored
chore: release (#18)
1 parent c4bf676 commit 1f5ecf6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

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

5+
## [0.2.3] - 2024-08-19
6+
7+
### 🚀 Features
8+
9+
- Reimplement finding files to tidy ([#19](https://github.com/todor-a/tidy-json/pull/19))
10+
- Allow passing depth flag ([#21](https://github.com/todor-a/tidy-json/pull/21))
11+
12+
### ⚙️ Miscellaneous Tasks
13+
14+
- Add tests that gitignore works ([#20](https://github.com/todor-a/tidy-json/pull/20))
15+
16+
<!-- generated by git-cliff -->
517
<!-- generated by git-cliff -->
618
## [0.2.1] - 2024-08-16
719

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tidy-json"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
license = "MIT"
55
edition = "2021"
66
default-run = "tidy-json"

0 commit comments

Comments
 (0)