Skip to content

Commit dbfad31

Browse files
committed
Prepare 0.7.0 release
1 parent 8e426b7 commit dbfad31

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
11+
## [v0.7.0] - 2025-11-18
12+
1013
### Breaking
1114
- MSRV is now `1.87.0`.
1215

@@ -100,7 +103,8 @@ error types when using tools like `probe-rs` for logging over debuggers.
100103

101104
Initial release
102105

103-
[Unreleased]: https://github.com/rust-embedded-community/serde-json-core/compare/v0.6.0...HEAD
106+
[Unreleased]: https://github.com/rust-embedded-community/serde-json-core/compare/v0.7.0...HEAD
107+
[v0.7.0]: https://github.com/rust-embedded-community/serde-json-core/compare/v0.6.0...v0.7.0
104108
[v0.6.0]: https://github.com/rust-embedded-community/serde-json-core/compare/v0.5.1...v0.6.0
105109
[v0.5.1]: https://github.com/rust-embedded-community/serde-json-core/compare/v0.5.0...v0.5.1
106110
[v0.5.0]: https://github.com/rust-embedded-community/serde-json-core/compare/v0.4.0...v0.5.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0"
1414
name = "serde-json-core"
1515
readme = "README.md"
1616
repository = "https://github.com/rust-embedded-community/serde-json-core"
17-
version = "0.6.0"
17+
version = "0.7.0"
1818

1919
[dependencies]
2020
ryu = "1.0.5"

0 commit comments

Comments
 (0)