All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add a public archive note and state the last supported rust version
1.71.0-nightly (nightly-2023-04-19)
. - Removed the CI.
- Removed dependency on ConstClosure, use
#[feature(const_closures)]
instead.
0.3.3 - 2022-11-10
- Updated dependencies.
0.3.2 - 2022-09-29
- Updated feature gates.
- Fixed clippy lints.
0.3.1 - 2022-09-25
Moved to ink-feather-org.
- Fixed clippy lints.
0.3.0 - 2022-09-22
- Added
#[const_trait]
to the public traits as this is became a hard required.