From f53739ab8c1150a8de3affe9b6177b346f462159 Mon Sep 17 00:00:00 2001 From: Chance Date: Mon, 30 Sep 2024 11:03:25 -0400 Subject: [PATCH] v0.6.2 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f1df54..5306efd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## [Unreleased] +## [0.6.2] 2024-09-30 ### Added diff --git a/Cargo.lock b/Cargo.lock index 5d7f1ca..ba425c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,7 +68,7 @@ checksum = "d2f3e61cf687687b30c9e6ddf0fc36cf15f035e66d491e6da968fa49ffa9a378" [[package]] name = "jsonptr" -version = "0.6.1" +version = "0.6.2" dependencies = [ "quickcheck", "quickcheck_macros", diff --git a/Cargo.toml b/Cargo.toml index 1772337..7fc618b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" name = "jsonptr" repository = "https://github.com/chanced/jsonptr" rust-version = "1.76.0" -version = "0.6.1" +version = "0.6.2" [dependencies] serde = { version = "1.0.203", optional = true, features = ["alloc"] }