Skip to content

Commit d521f76

Browse files
froldj8yf0μl
andauthored
chore: release v1.5.2 (#313)
* chore: release v1.6.0 * downgrade version bump to patch --------- Co-authored-by: dj8yf0μl <[email protected]>
1 parent cef1258 commit d521f76

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.5.2](https://github.com/near/borsh-rs/compare/borsh-v1.5.1...borsh-v1.5.2) - 2024-11-07
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+
- remove dependency on syn_derive ([#318](https://github.com/near/borsh-rs/pull/318))
20+
- cover one more `syn::generics::TypeParamBound` as per syntax change ([#316](https://github.com/near/borsh-rs/pull/316))
21+
1022
## [1.5.1](https://github.com/near/borsh-rs/compare/borsh-v1.5.0...borsh-v1.5.1) - 2024-05-30
1123

1224
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.5.2"
77
rust-version = "1.67.0"

borsh/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.5.2", 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)