Skip to content

Releases: crytic/echidna-action

v2.0.2

25 Jan 20:05
f7e374e
Compare
Choose a tag to compare

This is a patch release of the Echidna Action - the Github Action for Echidna.

What's Changed since since v2.0.1

  • Compatibility with pre-built projects (i.e. those that use --ignore-compile) was improved (#13)
  • Added Foundry example to the README (#16)

Full Changelog: v2.0.1...v2.0.2

v2.0.1

09 Sep 13:38
7008636
Compare
Choose a tag to compare

This is a patch release of the Echidna Action - the Github Action for Echidna.

What's Changed since v2.0.0

  • The action now prints the Echidna version being used (#9, #11)
  • The Dockerfile was adjusted to be future-proof against newer Python versions in the Echidna container.

Full Changelog: v2.0.0...v2.0.1

v2.0.0

16 Mar 12:48
95e4fc1
Compare
Choose a tag to compare

This is the second release of the Echidna Action - the Github Action for Echidna.

What's Changed since v1

  • Added support for capturing Echidna's output
  • Added support for changing the Echidna version (useful to pin your CI to a specific Echidna release)
  • Updated action parameters to support Echidna v2.0 and newer [BREAKING CHANGE]

Full Changelog: v1.0.0...v2.0.0