We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad25b07 commit 79097e3Copy full SHA for 79097e3
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.10.3] - 2022-03-22
11
+
12
+- Add optional bytes/bytesmut support
13
14
## [0.10.2] - 2022-02-14
15
16
- Prevent unbound allocation for vectors on deserialization
Cargo.toml
@@ -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 commit comments