Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# 0.2.0 (TBD)

## BREAKING CHANGES:

- [#118](https://github.com/aurora-is-near/near-plugins/pull/118): Update of `rust-version` (MSRV) from 1.64.0 to 1.69.0. Contracts using `near-plugins` now require a Rust version of at least 1.69.0.
- Developers who want to run the test suite of `near-plugins` and run into compilation errors can follow [this workaround](https://github.com/aurora-is-near/near-plugins/pull/118#issuecomment-1794576809).

## Testing

- [128](https://github.com/aurora-is-near/near-plugins/pull/128) applies temporary workarounds required to build tests.

## Dependencies

### Dev-dependencies

- [#118](https://github.com/aurora-is-near/near-plugins/pull/118) upgrades:
- `near-sdk`
- `near-workspaces`
- [#122](https://github.com/aurora-is-near/near-plugins/pull/122) removes `borsh` which was an unused dev-dependencies.

# 0.1.0 (2023-05-08)

This section lists changes affecting multiple plugins. Changes that affect only individual plugins are listed below.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude = ["target", "examples"]
version = "0.15.0"

[workspace.package]
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Aurora Labs <hello@aurora.dev>"]
rust-version = "1.69.0"
Expand Down