Skip to content

Commit

Permalink
Release 5.0.0-rc.2 (#2129)
Browse files Browse the repository at this point in the history
* Release `5.0.0-rc.2`

* remove typo

* bump `c-c` and enable CI step

* bump drink
  • Loading branch information
Gherman authored Mar 1, 2024
1 parent ade4596 commit 6f3e8e7
Show file tree
Hide file tree
Showing 60 changed files with 189 additions and 216 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,6 @@ jobs:
INK_STATIC_BUFFER_SIZE=30 cargo test --verbose --manifest-path integration-tests/static-buffer/Cargo.toml --all-features
- name: Run E2E test with on-chain contract
if: false # temporary disable step until new version of `cargo-contract` is released.
env:
# Fix linking of `linkme`: https://github.com/dtolnay/linkme/issues/49
RUSTFLAGS: -Clink-arg=-z -Clink-arg=nostart-stop-gc
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ 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]

## Version 5.0.0-rc.2

### Added
- `instantiate_v2` with additional limit parameters [#2123](https://github.com/paritytech/ink/pull/2123)

### Changed
- Bump metadata version to 5 [#2126](https://github.com/paritytech/ink/pull/2126)
- Use `MaxEncodedLen` for output buffer size [#2128](https://github.com/paritytech/ink/pull/2128)

### Fixed
- Fix alignment in allocator [#2100](https://github.com/paritytech/ink/pull/2100)
Expand Down
Loading

0 comments on commit 6f3e8e7

Please sign in to comment.