Skip to content

Commit 19e9fee

Browse files
authored
chore: release (#276)
Signed-off-by: Vlad Frolov <304265+frol@users.noreply.github.com> Co-authored-by: Vlad Frolov <304265+frol@users.noreply.github.com>
1 parent 5adcd34 commit 19e9fee

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
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.3.1](https://github.com/near/borsh-rs/compare/borsh-v1.3.0...borsh-v1.3.1) - 2024-01-10
11+
12+
### Other
13+
- fix clippy ([#275](https://github.com/near/borsh-rs/pull/275))
14+
- bump `proc-macro-crate` to `3`; bump MSRV to `1.67` ([#274](https://github.com/near/borsh-rs/pull/274))
15+
1016
## [1.3.0](https://github.com/near/borsh-rs/compare/borsh-v1.2.1...borsh-v1.3.0) - 2023-12-07
1117

1218
### Added

Cargo.toml

+1-1
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.3.0"
6+
version = "1.3.1"
77
rust-version = "1.67.0"

borsh/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cfg_aliases = "0.1.0"
2828

2929
[dependencies]
3030
ascii = { version = "1.1", optional = true }
31-
borsh-derive = { path = "../borsh-derive", version = "~1.3.0", optional = true }
31+
borsh-derive = { path = "../borsh-derive", version = "~1.3.1", optional = true }
3232

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

0 commit comments

Comments
 (0)