Skip to content

Commit 542601c

Browse files
authored
Prepare release of v0.2.0 (#127)
* docs: update changelog for release v0.2.0 * Add links * Add latest changes * Bump version in `Cargo.toml`
1 parent 9374fcc commit 542601c

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 0.2.0 (TBD)
2+
3+
## BREAKING CHANGES:
4+
5+
- [#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.
6+
- 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).
7+
8+
## Testing
9+
10+
- [128](https://github.com/aurora-is-near/near-plugins/pull/128) applies temporary workarounds required to build tests.
11+
12+
## Dependencies
13+
14+
### Dev-dependencies
15+
16+
- [#118](https://github.com/aurora-is-near/near-plugins/pull/118) upgrades:
17+
- `near-sdk`
18+
- `near-workspaces`
19+
- [#122](https://github.com/aurora-is-near/near-plugins/pull/122) removes `borsh` which was an unused dev-dependencies.
20+
121
# 0.1.0 (2023-05-08)
222

323
This section lists changes affecting multiple plugins. Changes that affect only individual plugins are listed below.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exclude = ["target", "examples"]
99
version = "0.15.0"
1010

1111
[workspace.package]
12-
version = "0.1.0"
12+
version = "0.2.0"
1313
edition = "2021"
1414
authors = ["Aurora Labs <hello@aurora.dev>"]
1515
rust-version = "1.69.0"

0 commit comments

Comments
 (0)