version: v0.2.4
This commit is contained in:
parent
1ca19b4dda
commit
e94218d8f5
2 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,8 @@
|
||||||
|
|
||||||
== [Unreleased]
|
== [Unreleased]
|
||||||
|
|
||||||
|
== [v0.2.4] - 2023-03-01
|
||||||
|
|
||||||
== Fixed
|
== Fixed
|
||||||
|
|
||||||
- fix incorrect parsing of unquoted strings
|
- fix incorrect parsing of unquoted strings
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "serde_sjson"
|
name = "serde_sjson"
|
||||||
version = "0.2.3"
|
version = "0.2.4"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
keywords = ["serde", "serialization", "sjson"]
|
keywords = ["serde", "serialization", "sjson"]
|
||||||
description = "An SJSON serialization file format"
|
description = "An SJSON serialization file format"
|
||||||
|
|
Loading…
Add table
Reference in a new issue