Skip to content

Commit 5f2884b

Browse files
committed
Prepare release 0.3.0
1 parent da460d1 commit 5f2884b

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,6 +6,10 @@ 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+
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

4044
Initial 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

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.2.0"
12+
version = "0.3.0"
1313

1414
[dependencies]
1515
heapless = "0.6.1"

0 commit comments

Comments
 (0)