Skip to content

Commit

Permalink
chore: release (#246)
Browse files Browse the repository at this point in the history
Signed-off-by: release-plz <release-plz@github.com>
Co-authored-by: release-plz <release-plz@github.com>
  • Loading branch information
frol and release-plz authored Oct 13, 2023
1 parent ff34f73 commit e8d67c9
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.1.0](https://github.com/near/borsh-rs/compare/borsh-v1.0.0...borsh-v1.1.0) - 2023-10-13

### Added
- relax `schema_container_of` target requirement with `?Sized` to allow slices ([#245](https://github.com/near/borsh-rs/pull/245))

### Fixed
- fully qualify `#cratename::BorshSchema` in derive-generated code to void function name collisions leading to compilation errors ([#244](https://github.com/near/borsh-rs/pull/244))

## [1.0.0](https://github.com/near/borsh-rs/compare/borsh-v0.10.3...borsh-v1.0.0) - 2023-10-03

> The year is 2653 and the best yet-to-be citizens of the Terran Federation are fighting
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.0.0"
version = "1.1.0"
rust-version = "1.66.0"
2 changes: 1 addition & 1 deletion borsh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ required-features = ["std", "unstable__schema"]
cfg_aliases = "0.1.0"

[dependencies]
borsh-derive = { path = "../borsh-derive", version = "~1.0.0", optional = true }
borsh-derive = { path = "../borsh-derive", version = "~1.1.0", 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 e8d67c9

Please sign in to comment.