Skip to content

Commit 9e0cd01

Browse files
committed
release: version v0.3.1
1 parent 5e425e6 commit 9e0cd01

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.1 - 2026-02-01
7+
8+
### 🐛 Bug Fixes
9+
10+
- Make jsonptr::Index pub
11+
612
## 0.3.0 - 2025-06-30
713

814
### 🚀 Features

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.3.0"
4+
version = "0.3.1"
55
edition = "2024"
66
description = "Unofficial extensions and helpers for json_patch"
77
license = "MIT"

0 commit comments

Comments
 (0)