Skip to content

Commit 986dcab

Browse files
committed
Prepare 0.4.0 release
1 parent 6dfeaef commit 986dcab

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff 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

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

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.3.0"
12+
version = "0.4.0"
1313

1414
[dependencies]
1515
ryu = "1.0.5"

0 commit comments

Comments
 (0)