Skip to content

Commit b56c7b4

Browse files
authored
Merge pull request #69 from quartiq/rj/release-0.5
release 0.5.0
2 parents 3da0611 + 5eca28f commit b56c7b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [Unreleased]
8+
## [v0.5.0] - 2022-11-04
99

1010
### Changed
1111

@@ -61,7 +61,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6161

6262
Initial release
6363

64-
[Unreleased]: https://github.com/rust-embedded-community/serde-json-core/compare/v0.4.0...HEAD
64+
[v0.5.0]: https://github.com/rust-embedded-community/serde-json-core/compare/v0.4.0...v0.5.0
6565
[v0.4.0]: https://github.com/rust-embedded-community/serde-json-core/compare/v0.3.0...v0.4.0
6666
[v0.3.0]: https://github.com/rust-embedded-community/serde-json-core/compare/v0.2.0...v0.3.0
6767
[v0.2.0]: https://github.com/rust-embedded-community/serde-json-core/compare/v0.1.0...v0.2.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.4.0"
13+
version = "0.5.0"
1414

1515
[dependencies]
1616
ryu = "1.0.5"

0 commit comments

Comments
 (0)