Skip to content

Latest commit

 

History

History
144 lines (102 loc) · 7.63 KB

CHANGELOG.md

File metadata and controls

144 lines (102 loc) · 7.63 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.7.1] - 2024-05-11

Changed

  • Update scala3-compiler, scala3-library to 3.4.1 #199 (@scala-steward)
  • Update scalafmt-core to 3.8.1 #200 (@scala-steward)
  • Update asm to 9.7 #198 (@scala-steward)
  • Update scala-compiler, scala-library, ... to 2.13.13 #196 (@scala-steward)
  • Update scala3-compiler, scala3-library to 3.3.3 #197 (@scala-steward)
  • Update sbt, scripted-plugin to 1.9.9 #194 (@scala-steward)
  • Update scala-compiler, scala-library, ... to 2.12.19 #195 (@scala-steward)
  • Update scalatest to 3.2.18 #193 (@scala-steward)
  • Update scalafmt-core to 3.8.0 #192 (@scala-steward)
  • Bump release-drafter/release-drafter from 5.25.0 to 6.0.0 #191 (@dependabot)
  • Bump hmarr/auto-approve-action from 3 to 4 #190 (@dependabot)

Fixed

  • Fix Rust target-dir with spaces #173 (@pomadchin)

1.7.0 - 2023-12-24

Added

  • Add support of multiple native outputs #186 (@pomadchin)
  • Add support for Meson build tool #147 (@mihnea-s)

Changed

  • Bump actions/setup-java from 3 to 4 #187 (@dependabot)
  • Update sbt, scripted-plugin to 1.9.7 #181 (@scala-steward)
  • Update asm to 9.6 #179 (@scala-steward)
  • Update sbt, scripted-plugin to 1.9.6 #172 (@scala-steward)
  • Update scala3-compiler, scala3-library to 3.3.1 #168 (@scala-steward)
  • Update scalatest to 3.2.17 #171 (@scala-steward)
  • Update scalafmt-core to 3.7.14 #170 (@scala-steward)
  • Update sbt-scalafmt to 2.5.2 #169 (@scala-steward)
  • Update scala-compiler, scala-library, ... to 2.13.12 #167 (@scala-steward)
  • Update sbt, scripted-plugin to 1.9.4 #166 (@scala-steward)
  • Update sbt, scripted-plugin to 1.9.3 #163 (@scala-steward)
  • Update sbt, scripted-plugin to 1.9.2 #159 (@scala-steward)
  • Update scala-compiler, scala-library, ... to 2.13.11 #154 (@scala-steward)
  • Update scala-compiler, scala-library, ... to 2.12.18 #153 (@scala-steward)
  • Update sbt, scripted-plugin to 1.9.0 #152 (@scala-steward)
  • Update scala3-compiler, scala3-library to 3.3.0 #150 (@scala-steward)
  • Update sbt, scripted-plugin to 1.8.3 #148 (@scala-steward)
  • Update scalatest to 3.2.16 #149 (@scala-steward)
  • Update asm to 9.5 #143 (@scala-steward)

1.6.0 - 2023-02-25

Added

  • Expose BuildTools parameters #141 (@pomadchin)

Changed

  • Update scala3-compiler, scala3-library to 3.2.2 #138 (@scala-steward)
  • Update sbt, scripted-plugin to 1.8.2 #135 (@scala-steward)
  • Update scala3-compiler, scala3-library to 3.2.1 #131 (@scala-steward)
  • Update sbt, scripted-plugin to 1.7.3 #129 (@scala-steward)
  • Update scala3-compiler, scala3-library to 3.2.0 #121 (@scala-steward)
  • Update sbt, scripted-plugin to 1.7.2 #126 (@scala-steward)
  • Update asm to 9.4 #124 (@scala-steward)
  • Update scala-compiler, scala-library, ... to 2.12.17 #122 (@scala-steward)

Fixed

  • Fix names of overloaded methods with ref type parameters #139 (@berkeleybarry)

1.5.4 - 2022-07-24

Added

  • Enable building on Scala 2.11 #119 (@michaelmior)

Changed

  • Update scala3-compiler, scala3-library to 3.1.3 #115 (@scala-steward)
  • Update scala-compiler, scala-library, ... to 2.12.16 #114 (@scala-steward)
  • Update asm to 9.3 #105 (@scala-steward)
  • Update scala-compiler, scala-library, ... to 2.13.8 #94 (@scala-steward)
  • Bump Scala and asm versions up #62 (@pomadchin)

Fixed

  • Fix sbt test on java 11 #112 (@MasseGuillaume)

1.5.3 - 2021-08-01

Added

  • Add unmanagedPlatformDependentNativeDirectories #60 (@pomadchin)

1.5.2 - 2021-07-28

Fixed

  • Fix warning (not only) in users' code #59 (@sideeffffect)

1.5.1 - 2021-07-27

Fixed

  • Revisit the name mangling rule usage for the '$' character #58 (@pomadchin)

1.5.0 - 2021-07-26

Added

  • Add support for Cargo (Rust) #42 (@sideeffffect)
  • Add CMake support of versions < 3.15 #51 (@pomadchin)
  • Scala 3 API & project cross compilation #48 (@pomadchin)
  • Use cmake platform build tool #40 (@kammoh)

Changed

  • ch.jodersky => com.github.sbt packages rename #55 (@pomadchin)
  • Change the way sbt-jni-core scope is defined #53 (@pomadchin)
  • Rename macro project to core and simplify Scala 3 support #52 (@pomadchin)
  • Upgrade gjavah #43 (@sideeffffect)
  • Add scalafmt, upd SBT version, add CHANGELOG, adjust CI #47 (@pomadchin)

Fixed

  • fix for #38: sbt 1.4.x #39 (@kammoh)

1.4.1 - 2019-12-13