Skip to content

Commit

Permalink
chore: correct version + changelog manually
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yf0μl committed Oct 25, 2023
1 parent d9ad9b0 commit 2d59af1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0](https://github.com/near/borsh-rs/compare/borsh-v1.1.0...borsh-v2.0.0) - 2023-10-25
## [1.1.1](https://github.com/near/borsh-rs/compare/borsh-v1.1.0...borsh-v1.1.1) - 2023-10-25

### Other
- add `test_schema_conflicts` ([#254](https://github.com/near/borsh-rs/pull/254))
- addressed warnings in docs generation ([#252](https://github.com/near/borsh-rs/pull/252))
- [**breaking**] simplify discriminants handling in schema derives ([#241](https://github.com/near/borsh-rs/pull/241))
- simplify discriminants handling in schema derives ([#241](https://github.com/near/borsh-rs/pull/241))

## [1.1.0](https://github.com/near/borsh-rs/compare/borsh-v1.0.0...borsh-v1.1.0) - 2023-10-13

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 = "2.0.0"
version = "1.1.1"
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 = "~2.0.0", optional = true }
borsh-derive = { path = "../borsh-derive", version = "~1.1.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 2d59af1

Please sign in to comment.