From 85676bd83251852d5d4334291bca6912bdc937e5 Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Mon, 13 Jan 2025 12:21:16 +0100 Subject: [PATCH] chore: release v1.5.4 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- borsh/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62e98025a..1cc1d63e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.5.4](https://github.com/near/borsh-rs/compare/borsh-v1.5.3...borsh-v1.5.4) - 2025-01-13 + +### Other + +- make doc examples testable in ci (#326) +- add more CODEOWNERS (#327) + ## [1.5.3](https://github.com/near/borsh-rs/compare/borsh-v1.5.2...borsh-v1.5.3) - 2024-11-13 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index fe6ac8225..a02fd6d48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,5 +3,5 @@ members = ["borsh", "borsh-derive", "fuzz/fuzz-run", "benchmarks"] [workspace.package] # shared version of all public crates in the workspace -version = "1.5.3" +version = "1.5.4" rust-version = "1.67.0" diff --git a/borsh/Cargo.toml b/borsh/Cargo.toml index 115b08697..b1f3cb211 100644 --- a/borsh/Cargo.toml +++ b/borsh/Cargo.toml @@ -32,7 +32,7 @@ cfg_aliases = "0.2.1" [dependencies] ascii = { version = "1.1", optional = true } -borsh-derive = { path = "../borsh-derive", version = "~1.5.3", optional = true } +borsh-derive = { path = "../borsh-derive", version = "~1.5.4", optional = true } # hashbrown can be used in no-std context. # NOTE: There is no reason to restrict use of older versions, but we don't want to get