Skip to content

Commit

Permalink
Prepare release of v0.2.0 (#127)
Browse files Browse the repository at this point in the history
* docs: update changelog for release v0.2.0

* Add links

* Add latest changes

* Bump version in `Cargo.toml`
  • Loading branch information
mooori authored Jan 19, 2024
1 parent 9374fcc commit 542601c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
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 <[email protected]>"]
rust-version = "1.69.0"
Expand Down

0 comments on commit 542601c

Please sign in to comment.