Skip to content

Releases: osslabz/evm-abi-decoder

0.1.0

12 Nov 08:24
Compare
Choose a tag to compare

What's Changed

  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.8.0 by @dependabot in #108
  • Bump ch.qos.logback:logback-classic from 1.5.3 to 1.5.6 by @dependabot in #107
  • Bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13 by @dependabot in #105
  • Bump jackson.version from 2.17.0 to 2.17.1 by @dependabot in #104
  • Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 by @dependabot in #106
  • Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 by @dependabot in #110
  • Bump jackson.version from 2.17.1 to 2.17.2 by @dependabot in #111
  • Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.16.0 by @dependabot in #114
  • Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.15 by @dependabot in #116
  • Bump org.slf4j:slf4j-api from 2.0.15 to 2.0.16 by @dependabot in #117
  • Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0 by @dependabot in #119
  • Bump ch.qos.logback:logback-classic from 1.5.6 to 1.5.7 by @dependabot in #120
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in #121
  • Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 by @dependabot in #122
  • Bump ch.qos.logback:logback-classic from 1.5.7 to 1.5.8 by @dependabot in #123
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.6 by @dependabot in #124
  • Bump org.junit.jupiter:junit-jupiter from 5.11.0 to 5.11.1 by @dependabot in #125
  • Bump jackson.version from 2.17.2 to 2.18.0 by @dependabot in #126
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 by @dependabot in #128
  • Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.2 by @dependabot in #129
  • Bump ch.qos.logback:logback-classic from 1.5.8 to 1.5.9 by @dependabot in #130
  • Bump ch.qos.logback:logback-classic from 1.5.9 to 1.5.10 by @dependabot in #131
  • Bump ch.qos.logback:logback-classic from 1.5.10 to 1.5.11 by @dependabot in #132
  • Bump org.junit.jupiter:junit-jupiter from 5.11.2 to 5.11.3 by @dependabot in #133
  • chore(deps-dev): bump ch.qos.logback:logback-classic from 1.5.11 to 1.5.12 by @dependabot in #134
  • chore(deps): bump jackson.version from 2.18.0 to 2.18.1 by @dependabot in #135
  • chore(deps): bump org.bouncycastle:bcprov-jdk18on from 1.78.1 to 1.79 by @dependabot in #136
  • chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 by @dependabot in #137

Full Changelog: 0.0.11...0.1.0

0.0.11

21 Jun 08:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.10...0.0.11

0.0.10

13 Feb 11:17
Compare
Choose a tag to compare

What's Changed

  • fix unable to parse tuples containing dynamic types by @Anton-To in #63

Full Changelog: 0.0.9...0.0.10

0.0.9

13 Feb 11:08
Compare
Choose a tag to compare

What's Changed

  • fix InvalidPathException when trying run tests on Windows by @Anton-To in #65
  • fix unable to parse abi with error types by @Anton-To in #62

New Contributors

Full Changelog: 0.0.8...0.0.9

0.0.8

31 Jul 09:27
Compare
Choose a tag to compare
  • minor dependecy updates
  • Move to net.osslabz as groupId. Going forward, please use the following coordinates:
<dependency>
    <groupId>net.osslabz</groupId>
    <artifactId>evm-abi-decoder</artifactId>
    <version>0.0.8</version>
</dependency>

0.0.6

12 Oct 09:10
Compare
Choose a tag to compare

0.0.4

03 Aug 08:00
Compare
Choose a tag to compare

First public release on Maven Central.