Skip to content

v1.4.0

Compare
Choose a tag to compare
@derklaro derklaro released this 01 Aug 07:27
· 94 commits to master since this release
1a05795

Changes

  • Optimize rust release build flags to minify native binaries (and therefore the dependency file size) from ~3.3 MB to ~1.7 MB

Dependency Updates

Dependency:

Maven:

<dependency>
  <groupId>dev.derklaro.reflexion</groupId>
  <artifactId>reflexion</artifactId>
  <version>1.4.0</version>
</dependency>

Gradle:

  implementation("dev.derklaro.reflexion", "reflexion", "1.4.0")

Releases can take up to 20 minutes to show up in Maven-Central.

Full changelog

v1.3.0...v1.4.0