Skip to content

Commit cdc153d

Browse files
authored
add Solidity version 0.8.26 (#996)
Looks like there is no syntax-related changes here: https://github.com/ethereum/solidity/releases/tag/v0.8.26
1 parent 86c431c commit cdc153d

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

.changeset/fifty-plums-cheer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nomicfoundation/slang": patch
3+
---
4+
5+
add support for version `0.8.26`.

crates/solidity/inputs/language/src/definition.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ codegen_language_macros::compile!(Language(
2828
"0.6.12", "0.7.0", "0.7.1", "0.7.2", "0.7.3", "0.7.4", "0.7.5", "0.7.6", "0.8.0", "0.8.1",
2929
"0.8.2", "0.8.3", "0.8.4", "0.8.5", "0.8.6", "0.8.7", "0.8.8", "0.8.9", "0.8.10", "0.8.11",
3030
"0.8.12", "0.8.13", "0.8.14", "0.8.15", "0.8.16", "0.8.17", "0.8.18", "0.8.19", "0.8.20",
31-
"0.8.21", "0.8.22", "0.8.23", "0.8.24", "0.8.25"
31+
"0.8.21", "0.8.22", "0.8.23", "0.8.24", "0.8.25", "0.8.26"
3232
],
3333
sections = [
3434
Section(

crates/solidity/outputs/cargo/slang_solidity/src/generated/generated/language.rs

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/solidity/outputs/spec/generated/public/supported-versions.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)