From 2432cd15c0dd4c31110050dfb34e999989cf52e3 Mon Sep 17 00:00:00 2001 From: Chance Date: Mon, 4 Mar 2024 12:20:35 -0500 Subject: [PATCH 1/2] v0.4.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af48cbd..287c67a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 } From 4ee275a351b074ab831944bd44516ff693d474c6 Mon Sep 17 00:00:00 2001 From: Chance Date: Mon, 4 Mar 2024 12:22:31 -0500 Subject: [PATCH 2/2] CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77a8cea..b1ee7b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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