Skip to content

Commit

Permalink
release: 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
frol committed Sep 23, 2024
1 parent c545f3c commit a1fe363
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
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.4] - 2024-09-23

- Backported a fix for RUSTSEC-2023-0033: Forbid Vectors of Zero-sized types from de-/serialization (#145)

## [0.10.3] - 2022-03-22

- Add optional bytes/bytesmut support
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.package]
# shared version of all public crates in the workspace
version = "0.10.3"
version = "0.10.4"
rust-version = "1.66.0"
8 changes: 0 additions & 8 deletions release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,3 @@ changelog_update = false
name = "borsh"
changelog_update = true
changelog_path = "./CHANGELOG.md"

[[package]]
name = "borsh-fuzz"
publish = false

[[package]]
name = "benchmarks"
publish = false

0 comments on commit a1fe363

Please sign in to comment.