Skip to content

Releases: open-toast/gummy-bears

0.10.0

03 Oct 16:22
80c562a
Compare
Choose a tag to compare

What's Changed

Important stuff

Chores

  • Bump com.google.protobuf:protobuf-java from 4.27.2 to 4.27.3 by @dependabot in #65
  • Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.0.0 to 2.0.10 by @dependabot in #66
  • Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.0.10 to 2.0.20 by @dependabot in #67
  • Bump com.google.protobuf:protobuf-java from 4.27.3 to 4.28.0 by @dependabot in #68
  • Bump com.google.protobuf:protobuf-java from 4.28.0 to 4.28.2 by @dependabot in #72

Full Changelog: 0.9.0...0.10.0

0.9.0

23 Jul 18:27
2448b8c
Compare
Choose a tag to compare

What's Changed

Fixes

  • Recognize that compareUnsigned is safe on Byte and Short. by @cpovirk in #64

Chores

  • Configure Dependabot by @ogolberg in #28
  • Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.20 to 1.9.21 by @dependabot in #33
  • Bump com.google.protobuf:protobuf-java from 3.24.4 to 3.25.1 by @dependabot in #30
  • Bump org.codehaus.mojo:animal-sniffer from 1.22 to 1.23 by @dependabot in #31
  • Bump com.toasttab.expediter:core from 0.0.7 to 0.0.11 by @dependabot in #29
  • Bump com.toasttab.expediter:core from 0.0.11 to 0.0.12 by @dependabot in #34
  • Bump org.javassist:javassist from 3.29.2-GA to 3.30.1-GA by @dependabot in #35
  • Bump com.toasttab.expediter:core from 0.0.14 to 0.0.16 by @dependabot in #37
  • Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.21 to 1.9.22 by @dependabot in #39
  • Bump org.javassist:javassist from 3.30.1-GA to 3.30.2-GA by @dependabot in #38
  • Bump com.github.ajalt.clikt:clikt from 4.2.1 to 4.2.2 by @dependabot in #40
  • Bump com.google.protobuf:protobuf-java from 3.25.1 to 3.25.2 by @dependabot in #41
  • Bump com.google.protobuf:protobuf-java from 3.25.2 to 3.25.3 by @dependabot in #44
  • Bump expediter to 0.0.19 by @ogolberg in #46
  • Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.22 to 1.9.23 by @dependabot in #47
  • Bump com.toasttab.expediter:core from 0.0.19 to 0.0.20 by @dependabot in #48
  • Bump com.github.ajalt.clikt:clikt from 4.2.2 to 4.3.0 by @dependabot in #50
  • Bump com.google.protobuf:protobuf-java from 3.25.3 to 4.26.1 by @dependabot in #51
  • Set up Github Actions by @ogolberg in #52
  • Bump io.github.gradle-nexus:publish-plugin from 1.3.0 to 2.0.0 by @dependabot in #53
  • Bump com.github.ajalt.clikt:clikt from 4.3.0 to 4.4.0 by @dependabot in #54
  • Bump com.toasttab.expediter:core from 0.0.20 to 0.0.21 by @dependabot in #55
  • Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.23 to 1.9.24 by @dependabot in #56
  • Bump com.google.protobuf:protobuf-java from 4.26.1 to 4.27.0 by @dependabot in #58
  • Bump com.google.protobuf:protobuf-java from 4.27.0 to 4.27.1 by @dependabot in #59
  • Bump com.google.protobuf:protobuf-java from 4.27.1 to 4.27.2 by @dependabot in #61
  • Kotlin 2.0 by @ogolberg in #62
  • Bump org.codehaus.mojo:animal-sniffer from 1.23 to 1.24 by @dependabot in #63

Full Changelog: 0.8.0...0.9.0

0.8.0

04 Dec 15:34
e76f7a3
Compare
Choose a tag to compare

Add sun.misc.Unsafe signatures

0.7.0

28 Nov 18:45
08bae31
Compare
Choose a tag to compare

Limited support for Core Library Desugaring 2.x.

0.6.1

07 Nov 18:25
0d778e6
Compare
Choose a tag to compare
  • Publish
    Expediter type
    descriptors

    in addition to the existing Animal Sniffer signatures.
  • Publish signatures and type descriptors for API 34
  • The content of the preexisting Animal Sniffer signatures is unchanged

0.5.1

07 Jan 03:18
Compare
Choose a tag to compare

This release contains no functional changes.

  • Artifacts published to Maven Central are signed with a new key because of the CircleCI security incident.
  • The project now builds on a modern Java runtime.

0.5.0

14 Oct 14:31
cbc2dd1
Compare
Choose a tag to compare
  • Support API levels 32 and 33

0.4.0

24 Nov 18:09
Compare
Choose a tag to compare
  • Support API 31.
  • Update build dependencies, including desugar libs.
  • Use the java toolchains feature to allow running the build on newer JDKs

0.3.0

09 Nov 18:39
efefbd5
Compare
Choose a tag to compare

Features a more complete core library desugaring support compared to 0.2.0. See #11.

0.2.0

09 Oct 17:20
ed0e8b9
Compare
Choose a tag to compare
  • Add signatures for for Android 11 / API level 30
  • Experimental signatures for APIs available via core library desugaring on AGP 4.x+.