Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 576 Bytes

File metadata and controls

31 lines (16 loc) · 576 Bytes

Change Log

Unreleased

Version 0.4.0

2025-10-02

  • Fix: Don't ship an unused copy of libzstd.so in our Android APKs. We were inadvertently packaging our Android .aar libraries with both libzstd-kmp.so and libzstd.so, but only ever using the first one.

Version 0.3.0

2025-07-18

  • Fix: Support JDK back to version 8.
  • Fix: Support Windows for JVM and Kotlin/Native.
  • Upgrade: Okio 3.15.0.

Version 0.2.0

2025-07-15

  • Initial public release.