Skip to content

Commit fd8647a

Browse files
committed
Prepare 0.2.0 release
1 parent 32e5683 commit fd8647a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and 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

3133
Initial 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+

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99
name = "serde-json-core"
1010
readme = "README.md"
1111
repository = "https://github.com/rust-embedded-community/serde-json-core"
12-
version = "0.1.0"
12+
version = "0.2.0"
1313

1414
[dependencies]
1515
heapless = "0.5.0"

0 commit comments

Comments
 (0)