From b862656716e2d1f718d8eb078d14d25ae58156b7 Mon Sep 17 00:00:00 2001 From: Albert Hui Date: Fri, 17 Jul 2026 02:08:20 +0800 Subject: [PATCH] chore: release v0.2.4 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..20902d1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +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.2.4](https://github.com/SecurityRonin/jsonguard/compare/v0.2.3...v0.2.4) - 2026-07-16 + +### Documentation + +- use verbatim Apache-2.0 license text diff --git a/Cargo.toml b/Cargo.toml index 8fbc352..a230b9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonguard" -version = "0.2.3" +version = "0.2.4" edition = "2021" rust-version = "1.75" authors = ["Security Ronin Ltd"]