From 3a4ba4e4473694ab6360ab0574b09cf76b4b81ab Mon Sep 17 00:00:00 2001 From: Vlad Frolov <304265+frol@users.noreply.github.com> Date: Tue, 24 Oct 2023 20:15:14 +0000 Subject: [PATCH] chore: release Signed-off-by: Vlad Frolov <304265+frol@users.noreply.github.com> --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- borsh/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b249a818..bb0477c89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/near/borsh-rs/compare/borsh-v1.1.0...borsh-v1.1.1) - 2023-10-24 + +### Other +- addressed warnings in docs generation ([#252](https://github.com/near/borsh-rs/pull/252)) + ## [1.1.0](https://github.com/near/borsh-rs/compare/borsh-v1.0.0...borsh-v1.1.0) - 2023-10-13 ### Added diff --git a/Cargo.toml b/Cargo.toml index cb92d07ee..bb89176fc 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.1.0" +version = "1.1.1" rust-version = "1.66.0" diff --git a/borsh/Cargo.toml b/borsh/Cargo.toml index 4c52e6854..f0306c03b 100644 --- a/borsh/Cargo.toml +++ b/borsh/Cargo.toml @@ -27,7 +27,7 @@ required-features = ["std", "unstable__schema"] cfg_aliases = "0.1.0" [dependencies] -borsh-derive = { path = "../borsh-derive", version = "~1.1.0", optional = true } +borsh-derive = { path = "../borsh-derive", version = "~1.1.1", 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