Skip to content

Commit 2a9cfcb

Browse files
committed
release: version v0.3.0
1 parent fdd04d2 commit 2a9cfcb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.3.0 - 2025-06-30
7+
8+
### 🚀 Features
9+
10+
- Update to rust 2024
11+
612
## 0.2.2 - 2025-03-28
713

814
### 🐛 Bug Fixes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.2"
4+
version = "0.3.0"
55
edition = "2024"
66
description = "Unofficial extensions and helpers for json_patch"
77
license = "MIT"

0 commit comments

Comments
 (0)