Skip to content

Commit b9b7f09

Browse files
authored
chore: release v1.5.6 (#348)
1 parent f215994 commit b9b7f09

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.5.6](https://github.com/near/borsh-rs/compare/borsh-v1.5.5...borsh-v1.5.6) - 2025-03-18
11+
12+
### Fixed
13+
14+
- add `indexmap` support ([#346](https://github.com/near/borsh-rs/pull/346))
15+
16+
### Other
17+
18+
- add mention of `indexmap` feature ([#349](https://github.com/near/borsh-rs/pull/349))
19+
1020
## [1.5.5](https://github.com/near/borsh-rs/compare/borsh-v1.5.4...borsh-v1.5.5) - 2025-01-18
1121

1222
### Other

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ members = ["borsh", "borsh-derive", "fuzz/fuzz-run", "benchmarks"]
33

44
[workspace.package]
55
# shared version of all public crates in the workspace
6-
version = "1.5.5"
6+
version = "1.5.6"
77
rust-version = "1.67.0"

borsh/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cfg_aliases = "0.2.1"
3232

3333
[dependencies]
3434
ascii = { version = "1.1", optional = true }
35-
borsh-derive = { path = "../borsh-derive", version = "~1.5.5", optional = true }
35+
borsh-derive = { path = "../borsh-derive", version = "~1.5.6", optional = true }
3636

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

0 commit comments

Comments
 (0)