Skip to content

Commit 819fa55

Browse files
authored
chore: release v1.6.0 (#360)
1 parent 9010ec4 commit 819fa55

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.6.0](https://github.com/near/borsh-rs/compare/borsh-v1.5.7...borsh-v1.6.0) - 2025-11-25
11+
12+
### Added
13+
14+
- Use core::net instead of std::net; bumped MSRV to 1.77 ([#356](https://github.com/near/borsh-rs/pull/356))
15+
16+
### Fixed
17+
18+
- Avoid variant name shadowing in BorshSchema derive ([#361](https://github.com/near/borsh-rs/pull/361))
19+
20+
### Other
21+
22+
- Upgrade the CI base image to use ubuntu-24.04 instead of the deprecated ubuntu-20.04 ([#359](https://github.com/near/borsh-rs/pull/359))
23+
- Include license files in published crates ([#354](https://github.com/near/borsh-rs/pull/354))
24+
- add automatically_derived attribute to derive macros ([#341](https://github.com/near/borsh-rs/pull/341))
25+
1026
## [1.5.7](https://github.com/near/borsh-rs/compare/borsh-v1.5.6...borsh-v1.5.7) - 2025-03-25
1127

1228
### 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.7"
6+
version = "1.6.0"
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.5.7", optional = true }
35+
borsh-derive = { path = "../borsh-derive", version = "~1.6.0", 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)