Skip to content

Commit

Permalink
release: Prepare for 0.10.1 release (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
frol authored Feb 8, 2023
1 parent 68c11a6 commit 83f91d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]

0 comments on commit 83f91d6

Please sign in to comment.