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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.4.0] - 2021-05-08
11
+
12
+ ### Added
13
+
14
+ - Support for opting out of heapless integration
15
+
10
16
### Changed
11
17
12
18
- [ breaking-change] use ` const_generics ` in ` to_string() ` and ` to_vec() ` functions.
13
19
- [ breaking-change] update to ` heapless ` ` 0.7 ` .
14
20
- [ breaking-change] increase MSRV to Rust ` 1.51.0 ` due to ` const_generics ` .
15
21
16
- ### Added
17
-
18
- - Support for opting out of heapless integration
19
-
20
22
## [ v0.3.0] - 2021-04-29
21
23
### Added
22
24
- ` heapless ` is now publicly exported
@@ -51,7 +53,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
51
53
52
54
Initial release
53
55
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
55
58
[ v0.3.0 ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.2.0...v0.3.0
56
59
[ v0.2.0 ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.1.0...v0.2.0
57
60
[ 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.3 .0"
12
+ version = " 0.4 .0"
13
13
14
14
[dependencies ]
15
15
ryu = " 1.0.5"
You can’t perform that action at this time.
0 commit comments