File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.4.0] - 2021-05-08
11+
12+ ### Added
13+
14+ - Support for opting out of heapless integration
15+
1016### Changed
1117
1218- [ breaking-change] use ` const_generics ` in ` to_string() ` and ` to_vec() ` functions.
1319- [ breaking-change] update to ` heapless ` ` 0.7 ` .
1420- [ breaking-change] increase MSRV to Rust ` 1.51.0 ` due to ` const_generics ` .
1521
16- ### Added
17-
18- - Support for opting out of heapless integration
19-
2022## [ v0.3.0] - 2021-04-29
2123### Added
2224- ` heapless ` is now publicly exported
@@ -51,7 +53,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5153
5254Initial release
5355
54- [ Unreleased ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.3.0...HEAD
56+ [ Unreleased ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.4.0...HEAD
57+ [ v0.4.0 ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.3.0...v0.4.0
5558[ v0.3.0 ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.2.0...v0.3.0
5659[ v0.2.0 ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.1.0...v0.2.0
5760[ 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.3 .0"
12+ version = " 0.4 .0"
1313
1414[dependencies ]
1515ryu = " 1.0.5"
You can’t perform that action at this time.
0 commit comments