Skip to content

Commit

Permalink
release: Prepare for 0.10.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
frol committed Mar 22, 2023
1 parent ad25b07 commit 79097e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.3] - 2022-03-22

- Add optional bytes/bytesmut support

## [0.10.2] - 2022-02-14

- Prevent unbound allocation for vectors on deserialization
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.2"
version = "0.10.3"
exclude = [ "fuzz/*", "benchmarks" ]

0 comments on commit 79097e3

Please sign in to comment.