version: v1.0.0
This commit is contained in:
parent
6d052fdd66
commit
6e413b7bf5
2 changed files with 10 additions and 4 deletions
|
@ -6,18 +6,24 @@
|
|||
|
||||
== [Unreleased]
|
||||
|
||||
== Added
|
||||
=== Added
|
||||
|
||||
=== Fixed
|
||||
|
||||
== [v1.0.0] - 2023-03-10
|
||||
|
||||
=== Added
|
||||
|
||||
- implement literal strings
|
||||
|
||||
== Fixed
|
||||
=== Fixed
|
||||
|
||||
- fix serializing strings containing `:`
|
||||
- fix serializing certain escaped characters
|
||||
|
||||
== [v0.2.4] - 2023-03-01
|
||||
|
||||
== Fixed
|
||||
=== Fixed
|
||||
|
||||
- fix incorrect parsing of unquoted strings
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "serde_sjson"
|
||||
version = "0.2.4"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
keywords = ["serde", "serialization", "sjson"]
|
||||
description = "An SJSON serialization file format"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue