From 02b621fa64d683768c337846afa92481ea6383e5 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Mon, 21 Apr 2025 22:47:52 +0200 Subject: [PATCH] chore: Release serde_sjson version 1.2.1 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0669846..c76f9fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] - ReleaseDate +## [1.2.1] - 2025-04-21 + ### Changed - update [nom](https://crates.io/crates/nom) to v8 diff --git a/Cargo.toml b/Cargo.toml index 0868559..9b49a39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_sjson" -version = "1.2.0" +version = "1.2.1" authors = ["Lucas Schwiderski"] categories = ["encoding", "parser-implementations"] description = "An SJSON serialization file format"