Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]


## [v0.7.0] - 2025-11-18

### Breaking
- MSRV is now `1.87.0`.

Expand Down Expand Up @@ -104,7 +107,8 @@ error types when using tools like `probe-rs` for logging over debuggers.

Initial release

[Unreleased]: https://github.com/rust-embedded-community/serde-json-core/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/rust-embedded-community/serde-json-core/compare/v0.7.0...HEAD
[v0.7.0]: https://github.com/rust-embedded-community/serde-json-core/compare/v0.6.0...v0.7.0
[v0.6.0]: https://github.com/rust-embedded-community/serde-json-core/compare/v0.5.1...v0.6.0
[v0.5.1]: https://github.com/rust-embedded-community/serde-json-core/compare/v0.5.0...v0.5.1
[v0.5.0]: https://github.com/rust-embedded-community/serde-json-core/compare/v0.4.0...v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0"
name = "serde-json-core"
readme = "README.md"
repository = "https://github.com/rust-embedded-community/serde-json-core"
version = "0.6.0"
version = "0.7.0"

[dependencies]
ryu = "1.0.5"
Expand Down
1 change: 1 addition & 0 deletions LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Copyright (c) 2018 Jorge Aparicio
Copyright (c) 2025 Rust Embedded Community Authors and Contributors.

Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
Expand Down