Skip to content

Commit

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

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

Fixes & improvements:

- fixed removal of errored files from compilation build <small class="label">[core]</small>
- fixed AST node indexing of multiple structurally different ASTs <small class="label">[core]</small>
- fixed crashes on non-utf8 files present in workspace on compilation <small class="label">[core]</small>
- increased timeouts for solc binary installation <small class="label">[core]</small>
- fixed LSP features not available for files without workspace <small class="label">[language server]</small>
- improved error logging of LSP subprocesses <small class="label">[language server]</small>
- Anvil is now also being searched in standard `~/.foundry/bin` directory <small class="label">[testing framework]</small>

## 4.12.0 <small>(Oct 2, 2024)</small> { id="4.12.0" }

Features & 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.0"
version = "4.12.1"
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 a13ce43

Please sign in to comment.