diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index aad2451..7c6c345 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -6,6 +6,8 @@ == [Unreleased] +== [v0.2.1] - 2022-12-28 + === Fixed - fix serializing Unicode diff --git a/Cargo.toml b/Cargo.toml index b979e20..257207f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_sjson" -version = "0.2.0" +version = "0.2.1" edition = "2021" keywords = ["serde", "serialization", "sjson"] description = "An SJSON serialization file format"