File tree 2 files changed +5
-2
lines changed
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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.5.1] - 2023-07-26
11
+
10
12
### Added
11
13
12
14
- 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/).
74
76
75
77
Initial release
76
78
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
78
81
[ v0.5.0 ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.4.0...v0.5.0
79
82
[ v0.4.0 ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.3.0...v0.4.0
80
83
[ 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"
10
10
name = " serde-json-core"
11
11
readme = " README.md"
12
12
repository = " https://github.com/rust-embedded-community/serde-json-core"
13
- version = " 0.5.0 "
13
+ version = " 0.5.1 "
14
14
15
15
[dependencies ]
16
16
ryu = " 1.0.5"
You can’t perform that action at this time.
0 commit comments