Skip to content

Commit

Permalink
chore: release (#298)
Browse files Browse the repository at this point in the history
* chore: release

* chore: manually downgrade `version` to *patch* release change
  • Loading branch information
dj8yfo authored May 31, 2024
1 parent cdb8fa9 commit f16cd07
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

### Added
- *(schema)* for `HashMap<K, V>` -> `HashMap<K, V, S>`, for `HashSet<T>` -> `HashSet<T, S>` ([#294](https://github.com/near/borsh-rs/pull/294))

### Fixed
- fixed linting warnings for Rust 1.78 stable, 1.80 nightly ([#295](https://github.com/near/borsh-rs/pull/295))

## [1.5.0](https://github.com/near/borsh-rs/compare/borsh-v1.4.0...borsh-v1.5.0) - 2024-04-29

### 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.0"
version = "1.5.1"
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 @@ -28,7 +28,7 @@ cfg_aliases = "0.2.1"

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

0 comments on commit f16cd07

Please sign in to comment.