We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd2a92b commit cb0ae62Copy full SHA for cb0ae62
CHANGELOG.md
@@ -2,6 +2,18 @@
2
3
All notable changes to this project will be documented in this file.
4
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 -->
17
<!-- generated by git-cliff -->
18
## [0.1.0] - 2024-08-15
19
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "tidy-json"
-version = "0.1.0"
+version = "0.2.0"
license = "MIT"
edition = "2021"
default-run = "tidy-json"
0 commit comments