Skip to content

Commit f8109c7

Browse files
authored
chore: release v1.6.1 (#365)
1 parent d099f8c commit f8109c7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.6.1](https://github.com/near/borsh-rs/compare/borsh-v1.6.0...borsh-v1.6.1) - 2026-03-15
11+
12+
### Fixed
13+
14+
- keep bytes no_std unless borsh std is enabled ([#364](https://github.com/near/borsh-rs/pull/364))
15+
1016
## [1.6.0](https://github.com/near/borsh-rs/compare/borsh-v1.5.7...borsh-v1.6.0) - 2025-11-25
1117

1218
### Added

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.6.0"
6+
version = "1.6.1"
77
rust-version = "1.77.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.6.0", optional = true }
35+
borsh-derive = { path = "../borsh-derive", version = "~1.6.1", 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)