File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.5.1] - 2023-07-26
11+
1012### Added
1113
1214- Support for serializing tuple structs. These are serialized as JSON arrays,
@@ -74,7 +76,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7476
7577Initial release
7678
77- [ Unreleased ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.5.0...HEAD
79+ [ Unreleased ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.5.1...HEAD
80+ [ v0.5.1 ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.5.0...v0.5.1
7881[ v0.5.0 ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.4.0...v0.5.0
7982[ v0.4.0 ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.3.0...v0.4.0
8083[ v0.3.0 ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.2.0...v0.3.0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
1010name = " serde-json-core"
1111readme = " README.md"
1212repository = " https://github.com/rust-embedded-community/serde-json-core"
13- version = " 0.5.0 "
13+ version = " 0.5.1 "
1414
1515[dependencies ]
1616ryu = " 1.0.5"
You can’t perform that action at this time.
0 commit comments