diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index b905bca..5118dd0 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -6,6 +6,8 @@ == [Unreleased] +== [v0.2.4] - 2023-03-01 + == Fixed - fix incorrect parsing of unquoted strings diff --git a/Cargo.toml b/Cargo.toml index 574468f..dbf6ce9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_sjson" -version = "0.2.3" +version = "0.2.4" edition = "2021" keywords = ["serde", "serialization", "sjson"] description = "An SJSON serialization file format"