Skip to content

Commit

Permalink
chore: release v0.2.5 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
todor-a authored Aug 31, 2024
1 parent 8c6c4a0 commit 687d150
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## [0.2.5] - 2024-08-31

### 🚀 Features

- *(logging)* Allow specifying log level via cli flag ([#35](https://github.com/todor-a/tidy-json/pull/35))

### 📚 Documentation

- *(changelog)* Add missing feature from release ([#32](https://github.com/todor-a/tidy-json/pull/32))

### ⚙️ Miscellaneous Tasks

- *(ci)* Add conventional commits lint ([#30](https://github.com/todor-a/tidy-json/pull/30))
- *(publish)* Enable publishing on npm ([#36](https://github.com/todor-a/tidy-json/pull/36))

<!-- generated by git-cliff -->
## [0.2.4] - 2024-08-19

### 🚀 Features
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.4"
version = "0.2.5"
license = "MIT"
edition = "2021"
default-run = "tidy-json"
Expand Down

0 comments on commit 687d150

Please sign in to comment.