Skip to content

Commit

Permalink
Merge pull request #24 from chanced/v0.4.6
Browse files Browse the repository at this point in the history
V0.4.6
  • Loading branch information
chanced authored Mar 4, 2024
2 parents c17a55d + 4ee275a commit 0b604ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.6] 2024-03-24

- Fixes `Pointer::last` panicking for empty/root pointers #23 by [@wngr](https://github.com/wngr)

## [0.4.5] 2024-02-23

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["json-pointer", "rfc-6901", "6901"]
license = "MIT OR Apache-2.0"
name = "jsonptr"
repository = "https://github.com/chanced/jsonptr"
version = "0.4.5"
version = "0.4.6"

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

0 comments on commit 0b604ee

Please sign in to comment.