Skip to content

Commit

Permalink
🔖 Version 4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michprev committed Oct 14, 2024
1 parent f091e20 commit 83ec13e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ small.label {
}
</style>

## 4.13.0 <small>(Oct 14, 2024)</small> { id="4.13.0" }

Features & improvements:

- added support for Solidity 0.8.28 <small class="label">[core]</small>
- Github is now used as a secondary source of solc binaries <small class="label">[core]</small>
- added support for compilation metadata settings <small class="label">[core]</small>
- optimized compilation with `solc` >= 0.8.28 on CLI <small class="label">[core]</small>

Fixes:

- fixed language server crash on editing files removed on disk but still opened in IDE <small class="label">[language server]</small>
- fixed compilation of Etherscan contracts <small class="label">[testing framework]</small>

## 4.12.1 <small>(Oct 7, 2024)</small> { id="4.12.1" }

Fixes & improvements:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "eth-wake"
version = "4.12.1"
version = "4.13.0"
description = "Wake is a Python-based Solidity development and testing framework with built-in vulnerability detectors."
license = "ISC"
authors = ["Ackee Blockchain"]
Expand Down

0 comments on commit 83ec13e

Please sign in to comment.