Skip to content

Commit a1fe363

Browse files
committed
release: 0.10.4
1 parent c545f3c commit a1fe363

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
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.4] - 2024-09-23
11+
12+
- Backported a fix for RUSTSEC-2023-0033: Forbid Vectors of Zero-sized types from de-/serialization (#145)
13+
1014
## [0.10.3] - 2022-03-22
1115

1216
- Add optional bytes/bytesmut support

Cargo.toml

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

1111
[workspace.package]
1212
# shared version of all public crates in the workspace
13-
version = "0.10.3"
13+
version = "0.10.4"
1414
rust-version = "1.66.0"

release-plz.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,3 @@ changelog_update = false
66
name = "borsh"
77
changelog_update = true
88
changelog_path = "./CHANGELOG.md"
9-
10-
[[package]]
11-
name = "borsh-fuzz"
12-
publish = false
13-
14-
[[package]]
15-
name = "benchmarks"
16-
publish = false

0 commit comments

Comments
 (0)