Release v0.3.1
NOTE: This binary will still display 0.3.0 when
aderyn --version
is run instead of 0.3.1, that was a deployment mistake from me (@TilakMaddy). Apologies for the inconvenience
What's Changed
- Allow for
sendValue
on address to be recognized as a withdraw function by @TilakMaddy in #748 - Relax fixed pragma constraints on library contract files by @TilakMaddy in #740
- Fix: Allow aderyn to exit without crashing if update-check fails by @TilakMaddy in #753
- Rename
ConstantsInsteadOfLiterals
detector to better suit//aderyn-ignore-(..)
by @TilakMaddy in #737 - Fixed minor typo by @Ritik-Agarwal50 in #741
- Refactor More Detector Names to suit
//aderyn-ignore..
pattern by @TilakMaddy in #739 - Low Detector: State variable could be marked immutable + Inter Context Merge Strategy by @TilakMaddy in #734
- standardize rust formatting with
rustfmt.toml
by @TilakMaddy in #755 - feat: Add refactor commit to blame-ingore-revs by @TilakMaddy in #756
New Contributors
- @Ritik-Agarwal50 made their first contribution in #741
Full Changelog: v0.3.0...v0.3.1