diff --git a/CHANGELOG.md b/CHANGELOG.md index abde22c2..e76cc265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [v0.5.0] - 2022-11-04 ### Changed @@ -60,7 +60,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Initial release -[Unreleased]: https://github.com/rust-embedded-community/serde-json-core/compare/v0.4.0...HEAD +[v0.5.0]: https://github.com/rust-embedded-community/serde-json-core/compare/v0.4.0...v0.5.0 [v0.4.0]: https://github.com/rust-embedded-community/serde-json-core/compare/v0.3.0...v0.4.0 [v0.3.0]: https://github.com/rust-embedded-community/serde-json-core/compare/v0.2.0...v0.3.0 [v0.2.0]: https://github.com/rust-embedded-community/serde-json-core/compare/v0.1.0...v0.2.0 diff --git a/Cargo.toml b/Cargo.toml index 65bf320b..5f42a885 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,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.4.0" +version = "0.5.0" [dependencies] ryu = "1.0.5"