Skip to content

Commit

Permalink
Update CHANGELOG and README (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Apr 20, 2023
1 parent 4ebcbb3 commit e59ab2f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,12 +5,24 @@ Documentation of all notable changes to the **EVMC** project.
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].

## [11.0.0] — unreleased
## [10.1.0] — unreleased

### Added

- The Prague EVM revision (anticipated after Cancun)
[#683](https://github.com/ethereum/evmc/pull/683)
- C++: Make `evmc::Result` accessible via `evmc_result` reference
[#686](https://github.com/ethereum/evmc/pull/686)

### Changed

- Set Shanghai as the latest stable revision `EVMC_LATEST_STABLE_REVISION`.
[#687](https://github.com/ethereum/evmc/pull/687)
- Bump minimum supported compiler versions:
[#685](https://github.com/ethereum/evmc/pull/685)
- GCC: 7 → 8
- Clang: 5 → 9
- CMake: 3.10 → 3.16


## [10.0.0] — 2022-08-25
Expand Down Expand Up @@ -671,6 +683,7 @@ removed.
[#52](https://github.com/ethereum/evmc/pull/52)


[10.1.0]: https://github.com/ethereum/evmc/compare/v10.0.0..master
[10.0.0]: https://github.com/ethereum/evmc/releases/tag/v10.0.0
[9.0.0]: https://github.com/ethereum/evmc/releases/tag/v9.0.0
[8.0.0]: https://github.com/ethereum/evmc/releases/tag/v8.0.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -21,8 +21,8 @@ Please visit the [documentation].

| Language | Supported Versions | Supported Compilers | Feature Support |
|-------------------------------|----------------------|------------------------------|-------------------|
| **C** | C99, C11 | GCC 7+, clang 5+, MSVC 2017+ | Host- and VM-side |
| **C++** | C++17 | GCC 7+, clang 5+, MSVC 2017+ | Host- and VM-side |
| **C** | C99, C11 | GCC 8+, clang 9+, MSVC 2017+ | Host- and VM-side |
| **C++** | C++17 | GCC 8+, clang 9+, MSVC 2017+ | Host- and VM-side |
| **Go** _(bindings)_ | 1.11+ (with modules) | | Host-side only |
| **Rust** _(bindings)_[¹](#n1) | 2018 edition | 1.47.0 and newer | VM-side only |
| **Java** _(bindings)_[²](#n2) | 11 | | Host-side only |
Expand Down

0 comments on commit e59ab2f

Please sign in to comment.