From 6e413b7bf5fde09ca66bfcee1394443264c99ab1 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Fri, 10 Mar 2023 11:27:59 +0100 Subject: [PATCH] version: v1.0.0 --- CHANGELOG.adoc | 12 +++++++++--- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 6465c6c..a6b430c 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -6,18 +6,24 @@ == [Unreleased] -== Added +=== Added + +=== Fixed + +== [v1.0.0] - 2023-03-10 + +=== Added - implement literal strings -== Fixed +=== Fixed - fix serializing strings containing `:` - fix serializing certain escaped characters == [v0.2.4] - 2023-03-01 -== Fixed +=== Fixed - fix incorrect parsing of unquoted strings diff --git a/Cargo.toml b/Cargo.toml index 7166795..291a871 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_sjson" -version = "0.2.4" +version = "1.0.0" edition = "2021" keywords = ["serde", "serialization", "sjson"] description = "An SJSON serialization file format"