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,7 +6,9 @@ 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+ ...
910
11+ ## [ v0.2.0] - 2020-12-11
1012### Added
1113- Support for serialization into slices
1214- Support for serializing and deserializing unit types, newtypes and variants
@@ -30,4 +32,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3032
3133Initial release
3234
33- [ Unreleased ] : https://github.com/rust-embedded/cortex-m/compare/v0.5.8...HEAD
35+ [ Unreleased ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.2.0...HEAD
36+ [ v0.2.0 ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.1.0...v0.2.0
37+ [ v0.1.0 ] : https://github.com/rust-embedded-community/serde-json-core/releases/tag/v0.1.0
38+
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.1 .0"
12+ version = " 0.2 .0"
1313
1414[dependencies ]
1515heapless = " 0.5.0"
You can’t perform that action at this time.
0 commit comments