Skip to content

Commit 5fce6db

Browse files
authoredDec 18, 2024
build: bump to v0.2.0-alpha.2 (#462)
1 parent da0249b commit 5fce6db

File tree

3 files changed

+26
-24
lines changed

3 files changed

+26
-24
lines changed
 

‎CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [v0.2.0-alpha.2] - 2024-12-17
99

1010
### Added
1111

@@ -19,7 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Changed
2121

22-
- Update "magic values" to explicit calculations in `Erc721Metadata::supports_interface`, and `Erc721::_check_on_erc721_received`. #442
22+
- Update "magic values" to explicit calculations in `Erc721Metadata::supports_interface`, and
23+
`Erc721::_check_on_erc721_received`. #442
2324
- Implement `AddAssignUnchecked` and `SubAssignUnchecked` for `StorageUint`. #418
2425
- Implement `MethodError` for `safe_erc20::Error`. #402
2526
- Use `function_selector!` to calculate transfer type selector in `Erc1155`. #417
@@ -30,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3031
- Stop supporting reentrancy, and borrow `self` immutably in `IErc721::_check_on_erc721_received`. #440
3132
- Remove `&mut self` parameter from `IErc1155::_check_on_erc1155_received` and make it an associated function. #440
3233
- Remove `storage: &mut impl TopLevelStorage` parameter from `ecdsa::recover`. #440
33-
- Remove `TopLevelStorage` trait implementation from `VestingWallet`, `Erc1155`, `Erc20Permit`, `SafeErc20`, `Erc721Consecutive`, and `Erc721`. #440
34+
- Remove `TopLevelStorage` trait implementation from `VestingWallet`, `Erc1155`, `Erc20Permit`, `SafeErc20`,
35+
`Erc721Consecutive`, and `Erc721`. #440
3436

3537
### Fixed
3638

‎Cargo.lock

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ authors = ["OpenZeppelin"]
6161
edition = "2021"
6262
license = "MIT"
6363
repository = "https://github.com/OpenZeppelin/rust-contracts-stylus"
64-
version = "0.2.0-alpha.1"
64+
version = "0.2.0-alpha.2"
6565

6666
[workspace.lints.rust]
6767
missing_docs = "warn"

0 commit comments

Comments
 (0)