Skip to content

Commit 6b88a3c

Browse files
ryan-summerseldruin
authored andcommitted
Prepping for v0.5.1 release
1 parent 9deb2b9 commit 6b88a3c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff 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

7577
Initial 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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
1010
name = "serde-json-core"
1111
readme = "README.md"
1212
repository = "https://github.com/rust-embedded-community/serde-json-core"
13-
version = "0.5.0"
13+
version = "0.5.1"
1414

1515
[dependencies]
1616
ryu = "1.0.5"

0 commit comments

Comments
 (0)