version: v0.2.1
This commit is contained in:
parent
f76acf5407
commit
39486e8503
2 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,8 @@
|
|||
|
||||
== [Unreleased]
|
||||
|
||||
== [v0.2.1] - 2022-12-28
|
||||
|
||||
=== Fixed
|
||||
|
||||
- fix serializing Unicode
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue