release resolc v0.1.0-dev.12 (#238)

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2025-02-26 09:36:28 +01:00
committed by GitHub
parent a07968205b
commit 08f341ccc1
3 changed files with 44 additions and 42 deletions
+3 -1
View File
@@ -9,9 +9,11 @@ This is a development pre-release.
Supported `polkadot-sdk` rev: `21f6f0705e53c15aa2b8a5706b208200447774a9`
### Added
- Per file output selection for `--standard-json` mode.
- The `ir` output selection option for `--standard-json` mode.
### Changed
- Improved code size: Large contracts compile to smaller code blobs using with size optimization.
- Improved code size: Large contracts compile to smaller code blobs when enabling aggressive size optimizations (`-Oz`).
### Fixed