diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 35f870e..56ad358 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -6,6 +6,10 @@ == [Unreleased] +== [v0.2.2] - 2023-02-18 + +=== Fixed + - fix deserialization failing on arrays and objects in some cases == [v0.2.1] - 2022-12-28 diff --git a/Cargo.toml b/Cargo.toml index 257207f..e4008a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_sjson" -version = "0.2.1" +version = "0.2.2" edition = "2021" keywords = ["serde", "serialization", "sjson"] description = "An SJSON serialization file format"