Skip to content

Commit 64906a9

Browse files
authored
chore: release v1.6.0
1 parent 21c024f commit 64906a9

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ 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.1...borsh-v1.6.0) - 2024-10-30
11+
12+
### Added
13+
14+
- ser/de for `IpAddr` type; schema for `Ipv4Addr`/`Ipv6Addr`/`IpAddr` types ([#309](https://github.com/near/borsh-rs/pull/309))
15+
16+
### Other
17+
18+
- `serde_json::Value` bridging example/doc ([#317](https://github.com/near/borsh-rs/pull/317))
19+
- cover one more `syn::generics::TypeParamBound` as per syntax change ([#316](https://github.com/near/borsh-rs/pull/316))
20+
1021
## [1.5.1](https://github.com/near/borsh-rs/compare/borsh-v1.5.0...borsh-v1.5.1) - 2024-05-30
1122

1223
### 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.5.1"
6+
version = "1.6.0"
77
rust-version = "1.67.0"

borsh/Cargo.toml

+1-1
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.1", 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)