Skip to content

Commit

Permalink
Upgrade to newer dependencies and toolchain (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi authored Nov 28, 2024
1 parent 95223ce commit 94835ac
Show file tree
Hide file tree
Showing 25 changed files with 13,098 additions and 13,133 deletions.
32 changes: 28 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,43 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.18.0]

### Changed

- For ink! 5.1 support: Bump `ink`, `cargo-contract`, `frame-` and `sp-` crates.
- Use Rust 1.81 as the default toolchain.

## [0.17.0]

### Added

- Return error when call was reverted.

## [0.16.0]

### Changed

- Switch types from Rc to Arc.

## [0.15.0]

- Migrate `Sandbox` related code to `ink_sandbox` crate.
### Changed

## [Unreleased]
- Migrate `Sandbox` related code to `ink_sandbox` crate.

## [0.14.0]

- Bump `ink` to `5.0.0` and `cargo-contract` to `4.0.0`
### Changed

- Bump `ink` to `5.0.0` and `cargo-contract` to `4.0.0`
- Rework Sandbox API to better support custom Runtime

# [0.13.0]
## [0.13.0]

### Changed

- Bump `ink`, `cargo-contract`, `frame-` and `sp-` crates.

Expand Down
Loading

0 comments on commit 94835ac

Please sign in to comment.