Skip to content

Commit cb0ae62

Browse files
authored
chore: release (#6)
1 parent cd2a92b commit cb0ae62

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.0] - 2024-08-15
6+
7+
### 🚀 Features
8+
9+
- [**breaking**] Add support for .gitignore resolution ([#10](https://github.com/todor-a/tidy-json/pull/10))
10+
11+
### ⚙️ Miscellaneous Tasks
12+
13+
- Release ([#4](https://github.com/todor-a/tidy-json/pull/4))
14+
- *(ci)* Add test ci step ([#9](https://github.com/todor-a/tidy-json/pull/9))
15+
16+
<!-- generated by git-cliff -->
517
<!-- generated by git-cliff -->
618
## [0.1.0] - 2024-08-15
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.1.0"
3+
version = "0.2.0"
44
license = "MIT"
55
edition = "2021"
66
default-run = "tidy-json"

0 commit comments

Comments
 (0)