Skip to content

Commit 6fa3057

Browse files
authored
chore: release (#289)
Signed-off-by: Vlad <304265+frol@users.noreply.github.com> Co-authored-by: Vlad <304265+frol@users.noreply.github.com>
1 parent 238ea42 commit 6fa3057

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.5.0](https://github.com/near/borsh-rs/compare/borsh-v1.4.0...borsh-v1.5.0) - 2024-04-29
11+
12+
### Added
13+
- implement `BorshSchema` for `VecDeque` and `LinkedList` ([#291](https://github.com/near/borsh-rs/pull/291))
14+
15+
### Other
16+
- Fix repository field of borsh-derive ([#288](https://github.com/near/borsh-rs/pull/288))
17+
1018
## [1.4.0](https://github.com/near/borsh-rs/compare/borsh-v1.3.1...borsh-v1.4.0) - 2024-03-25
1119

1220
### 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.4.0"
6+
version = "1.5.0"
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.4.0", optional = true }
31+
borsh-derive = { path = "../borsh-derive", version = "~1.5.0", 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)