Skip to content

Commit 687d150

Browse files
authored
chore: release v0.2.5 (#31)
1 parent 8c6c4a0 commit 687d150

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.2.5] - 2024-08-31
6+
7+
### 🚀 Features
8+
9+
- *(logging)* Allow specifying log level via cli flag ([#35](https://github.com/todor-a/tidy-json/pull/35))
10+
11+
### 📚 Documentation
12+
13+
- *(changelog)* Add missing feature from release ([#32](https://github.com/todor-a/tidy-json/pull/32))
14+
15+
### ⚙️ Miscellaneous Tasks
16+
17+
- *(ci)* Add conventional commits lint ([#30](https://github.com/todor-a/tidy-json/pull/30))
18+
- *(publish)* Enable publishing on npm ([#36](https://github.com/todor-a/tidy-json/pull/36))
19+
20+
<!-- generated by git-cliff -->
521
## [0.2.4] - 2024-08-19
622

723
### 🚀 Features

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.4"
3+
version = "0.2.5"
44
license = "MIT"
55
edition = "2021"
66
default-run = "tidy-json"

0 commit comments

Comments
 (0)