Skip to content

Commit 030078d

Browse files
committed
release: version v0.2.1
1 parent 5a51c14 commit 030078d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44

55
Breaking changes are annotated with the ⚠️ symbol.
6+
## 0.2.1 - 2025-03-18
7+
8+
### 🐛 Bug Fixes
9+
10+
- Remove print statement
11+
612

713
## v0.2.0 - 2025-03-09
814

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "json-patch-ext"
33
authors = ["Applied Computing Research Labs"]
4-
version = "0.2.0"
4+
version = "0.2.1"
55
edition = "2021"
66
description = "Unofficial extensions and helpers for json_patch"
77
license = "MIT"

0 commit comments

Comments
 (0)