0.4.3
- ⚡️ perf: apply clippy performance fixes by @Jon-Becker
- ⚡️ perf: postprocess overwritten and dead assignments by @Jon-Becker
- ✨ feat: include event and error declarations at contract head by @Jon-Becker
- 🔧 fix: do not remove storage assignments in postprocessing by @Jon-Becker
- this fixes issues with empty branches, empty functions, etc. Output will be much more accurate for certain contracts.
- ✨ feat: add support for PUSH0 by @Jon-Becker