Skip to content

Commit 0b604ee

Browse files
authored
Merge pull request #24 from chanced/v0.4.6
V0.4.6
2 parents c17a55d + 4ee275a commit 0b604ee

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.6] 2024-03-24
9+
10+
- Fixes `Pointer::last` panicking for empty/root pointers #23 by [@wngr](https://github.com/wngr)
11+
812
## [0.4.5] 2024-02-23
913

1014
### Fixed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["json-pointer", "rfc-6901", "6901"]
88
license = "MIT OR Apache-2.0"
99
name = "jsonptr"
1010
repository = "https://github.com/chanced/jsonptr"
11-
version = "0.4.5"
11+
version = "0.4.6"
1212

1313
[dependencies]
1414
fluent-uri = { version = "0.1.4", optional = true, default-features = false }

0 commit comments

Comments
 (0)