Release v1.1.0
This commit is contained in:
parent
609c711e3f
commit
f0ee27779d
2 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,8 @@
|
|||
|
||||
== [Unreleased]
|
||||
|
||||
== [v1.1.0] - 2024-03-21
|
||||
|
||||
=== Added
|
||||
|
||||
- implement serializing into generic `io::Write`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "serde_sjson"
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
edition = "2021"
|
||||
keywords = ["serde", "serialization", "sjson"]
|
||||
description = "An SJSON serialization file format"
|
||||
|
|
Loading…
Add table
Reference in a new issue