File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ v0.5.0 ] - 2022-11-04
9
9
10
10
### Changed
11
11
@@ -61,7 +61,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
61
61
62
62
Initial release
63
63
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
65
65
[ v0.4.0 ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.3.0...v0.4.0
66
66
[ v0.3.0 ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.2.0...v0.3.0
67
67
[ v0.2.0 ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.1.0...v0.2.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.4 .0"
13
+ version = " 0.5 .0"
14
14
15
15
[dependencies ]
16
16
ryu = " 1.0.5"
You can’t perform that action at this time.
0 commit comments