diff --git a/CHANGELOG.md b/CHANGELOG.md index b18ea148e..eb19f12c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.1] - 2022-02-08 + - Implemented (de)ser for `core::ops::range` +- Introduce de::EnumExt trait with deserialize_variant method ## [0.10.0] - 2023-01-19 diff --git a/Cargo.toml b/Cargo.toml index 1bce0dfa4..2e695d665 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,5 @@ members = [ [workspace.metadata.workspaces] # shared version of all public crates in the workspace -version = "0.10.0" +version = "0.10.1" exclude = [ "fuzz/*", "benchmarks" ]