Skip to content

Releases: open-toast/expediter

0.0.23

06 Nov 14:29
733239b
Compare
Choose a tag to compare

What's Changed

Fixes

  • Handle dependent artifacts that have multiple files by @ogolberg in #130

Chores

Full Changelog: 0.0.22...0.0.23

0.0.22

30 Sep 18:24
f351de0
Compare
Choose a tag to compare

What's Changed

Important stuff

Chores

  • Bump kotlin from 1.9.23 to 1.9.24 by @dependabot in #90
  • Bump com.google.protobuf:protobuf-java from 4.26.1 to 4.27.1 by @dependabot in #96
  • Bump com.google.protobuf:protobuf-java from 4.27.1 to 4.27.2 by @dependabot in #100
  • Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 by @dependabot in #98
  • Bump com.github.gmazzo.buildconfig from 5.3.5 to 5.4.0 by @dependabot in #101
  • Bump protokt from 1.0.0-beta.1 to 1.0.0-beta.2 by @dependabot in #94
  • Bump com.toasttab.android:gummy-bears-api-21 from 0.8.0 to 0.9.0 by @dependabot in #102
  • Bump com.google.protobuf:protobuf-java from 4.27.2 to 4.27.3 by @dependabot in #103
  • Bump com.gradle.plugin-publish from 1.2.1 to 1.2.2 by @dependabot in #108
  • Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0 by @dependabot in #105
  • Bump com.google.protobuf:protobuf-java from 4.27.3 to 4.28.1 by @dependabot in #110
  • Bump com.gradle.plugin-publish from 1.2.2 to 1.3.0 by @dependabot in #112
  • Bump com.github.gmazzo.buildconfig from 5.4.0 to 5.5.0 by @dependabot in #115
  • Bump org.junit.jupiter:junit-jupiter from 5.11.0 to 5.11.1 by @dependabot in #119
  • Bump com.google.protobuf:protobuf-java from 4.28.1 to 4.28.2 by @dependabot in #118

Full Changelog: 0.0.21...0.0.22

0.0.21

10 May 18:12
398d227
Compare
Choose a tag to compare

What's Changed

This release includes fixes and improvements to invokespecial, invokevirtual, and invokeinterface validation, more test coverage, and dependency bumps.

Invoke* validation

Code coverage improvements

Version bump chores

Full Changelog: 0.0.20...0.0.21

0.0.20

18 Mar 19:20
7d56022
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.19...0.0.20

0.0.19

26 Feb 17:28
03681a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.18...0.0.19

0.0.18

25 Feb 18:30
fa40df9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.17...0.0.18

0.0.17

24 Feb 19:19
c144fbc
Compare
Choose a tag to compare

What's Changed

  • Bump kotlin from 1.9.21 to 1.9.22 by @dependabot in #47
  • Bump protokt from 1.0.0-beta.0 to 1.0.0-beta.1 by @dependabot in #48
  • Bump com.google.protobuf:protobuf-java from 3.25.1 to 3.25.2 by @dependabot in #49
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 6.22.0 to 6.24.0 by @dependabot in #50
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 6.24.0 to 6.25.0 by @dependabot in #51
  • Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 by @dependabot in #52
  • Bump com.google.protobuf:protobuf-java from 3.25.2 to 3.25.3 by @dependabot in #53
  • Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.6.2 to 1.6.3 by @dependabot in #54
  • Add the concept of roots by @ogolberg in #55
  • Fix a bug where kotlin classes are ignored by @ogolberg in #56

Full Changelog: 0.0.16...0.0.17

0.0.16

24 Dec 19:33
2cbb04d
Compare
Choose a tag to compare

What's Changed

  • Fix a bug in access checks for multi-nested classes by @ogolberg in #45
  • Sort issues by caller, target.
  • Use binary search for "starts with" ignores by @ogolberg in #46

Full Changelog: 0.0.15...0.0.16

0.0.15

24 Dec 14:55
7e18653
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.14...0.0.15

0.0.14

20 Dec 19:35
a632015
Compare
Choose a tag to compare

This release adds support for multiple ignore files.