Skip to content

Commit

Permalink
chore: release v1.5.5 (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
frol authored Jan 18, 2025
1 parent 6f9b4f8 commit a34f324
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.5.5](https://github.com/near/borsh-rs/compare/borsh-v1.5.4...borsh-v1.5.5) - 2025-01-18

### Other

- bump hashbrown to 0.15 (#333)
- fix typo in private module name (#332)

## [1.5.4](https://github.com/near/borsh-rs/compare/borsh-v1.5.3...borsh-v1.5.4) - 2025-01-13

### Other
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ members = ["borsh", "borsh-derive", "fuzz/fuzz-run", "benchmarks"]

[workspace.package]
# shared version of all public crates in the workspace
version = "1.5.4"
version = "1.5.5"
rust-version = "1.67.0"
2 changes: 1 addition & 1 deletion borsh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cfg_aliases = "0.2.1"

[dependencies]
ascii = { version = "1.1", optional = true }
borsh-derive = { path = "../borsh-derive", version = "~1.5.4", optional = true }
borsh-derive = { path = "../borsh-derive", version = "~1.5.5", optional = true }

# hashbrown can be used in no-std context.
# NOTE: There is no reason to restrict use of older versions, but we don't want to get
Expand Down

0 comments on commit a34f324

Please sign in to comment.