Skip to content

Commit

Permalink
Release v18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkgnosis committed Nov 16, 2022
1 parent bf4f2dd commit beb208b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,18 @@ The format is based on [Keep a Changelog].

[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/

## [18.0.0] - 2022-11-14
## [18.0.0] - 2022-11-16
### Added
- Decode function that fails if there is leftover data.

### Changed
- Allow serde in no_std.
- Bump ethereum-types to 0.14.0.
- Updated Rust edition to 2021.

### Fixed
- Nested tuple handling.

### Dependencies
- Bump ethereum-types to 0.14.0

Expand Down

0 comments on commit beb208b

Please sign in to comment.