Skip to content

Commit 79097e3

Browse files
committed
release: Prepare for 0.10.3 release
1 parent ad25b07 commit 79097e3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.3] - 2022-03-22
11+
12+
- Add optional bytes/bytesmut support
13+
1014
## [0.10.2] - 2022-02-14
1115

1216
- Prevent unbound allocation for vectors on deserialization

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ members = [
1010

1111
[workspace.metadata.workspaces]
1212
# shared version of all public crates in the workspace
13-
version = "0.10.2"
13+
version = "0.10.3"
1414
exclude = [ "fuzz/*", "benchmarks" ]

0 commit comments

Comments
 (0)