diff --git a/CHANGELOG.md b/CHANGELOG.md index 7653071b..93855983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. @@ -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 diff --git a/Cargo.toml b/Cargo.toml index d22fa8c7..d4ae007b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/LICENSE-MIT b/LICENSE-MIT index 432fbea0..28fdaf53 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -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