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/)
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
8
## [ Unreleased]
9
+
10
+ ...
11
+
12
+ ## [ v0.3.0] - 2021-04-29
9
13
### Added
10
14
- ` heapless ` is now publicly exported
11
15
- Added new ` serialize_bytes ` method
@@ -39,6 +43,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
39
43
40
44
Initial release
41
45
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
43
48
[ v0.2.0 ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.1.0...v0.2.0
44
49
[ 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"
9
9
name = " serde-json-core"
10
10
readme = " README.md"
11
11
repository = " https://github.com/rust-embedded-community/serde-json-core"
12
- version = " 0.2 .0"
12
+ version = " 0.3 .0"
13
13
14
14
[dependencies ]
15
15
heapless = " 0.6.1"
You can’t perform that action at this time.
0 commit comments