File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
88## [ Unreleased]
9+
10+ ...
11+
12+ ## [ v0.3.0] - 2021-04-29
913### Added
1014- ` heapless ` is now publicly exported
1115- Added new ` serialize_bytes ` method
@@ -39,6 +43,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3943
4044Initial release
4145
42- [ Unreleased ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.2.0...HEAD
46+ [ Unreleased ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.3.0...HEAD
47+ [ v0.3.0 ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.2.0...v0.3.0
4348[ v0.2.0 ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.1.0...v0.2.0
4449[ v0.1.0 ] : https://github.com/rust-embedded-community/serde-json-core/releases/tag/v0.1.0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99name = " serde-json-core"
1010readme = " README.md"
1111repository = " https://github.com/rust-embedded-community/serde-json-core"
12- version = " 0.2 .0"
12+ version = " 0.3 .0"
1313
1414[dependencies ]
1515heapless = " 0.6.1"
You can’t perform that action at this time.
0 commit comments