Skip to content

Commit

Permalink
chore: release v1.5.2 (#313)
Browse files Browse the repository at this point in the history
* chore: release v1.6.0

* downgrade version bump to patch

---------

Co-authored-by: dj8yf0μl <noreply@nowhere.org>
  • Loading branch information
frol and dj8yf0μl authored Nov 7, 2024
1 parent cef1258 commit d521f76
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.5.2](https://github.com/near/borsh-rs/compare/borsh-v1.5.1...borsh-v1.5.2) - 2024-11-07

### Added

- ser/de for `IpAddr` type; schema for `Ipv4Addr`/`Ipv6Addr`/`IpAddr` types ([#309](https://github.com/near/borsh-rs/pull/309))

### Other

- `serde_json::Value` bridging example/doc ([#317](https://github.com/near/borsh-rs/pull/317))
- remove dependency on syn_derive ([#318](https://github.com/near/borsh-rs/pull/318))
- cover one more `syn::generics::TypeParamBound` as per syntax change ([#316](https://github.com/near/borsh-rs/pull/316))

## [1.5.1](https://github.com/near/borsh-rs/compare/borsh-v1.5.0...borsh-v1.5.1) - 2024-05-30

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
version = "1.5.2"
rust-version = "1.67.0"
2 changes: 1 addition & 1 deletion borsh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cfg_aliases = "0.2.1"

[dependencies]
ascii = { version = "1.1", optional = true }
borsh-derive = { path = "../borsh-derive", version = "~1.5.1", optional = true }
borsh-derive = { path = "../borsh-derive", version = "~1.5.2", 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
Expand Down

0 comments on commit d521f76

Please sign in to comment.