Releases: raboof/sbt-reproducible-builds
Releases · raboof/sbt-reproducible-builds
0.32
What's Changed
- update release procedure by @raboof in #271
- Update sbt-reproducible-builds to 0.31 by @scala-steward in #272
- Add scalafix by @mdedetrich in #270
- Add CONTRIBUTING.md along with code style tasks by @mdedetrich in #273
- call out contributions are welcome by @raboof in #275
- Add scalafix to .git-blame-ignore-revs by @mdedetrich in #274
- Add more info for multiple artifacts error by @mdedetrich in #278
- Update sbt, scripted-plugin to 1.9.4 by @scala-steward in #280
- Update sbt-scalafmt to 2.5.1 by @scala-steward in #281
- Update sbt-scalafmt to 2.5.2 by @scala-steward in #283
- Update sbt, scripted-plugin to 1.9.6 by @scala-steward in #287
- Update sbt-scalafix to 0.11.1 by @scala-steward in #286
- Update scalatest to 3.2.17 by @scala-steward in #285
- Update sbt-assembly to 2.1.3 by @scala-steward in #288
- Update sbt, scripted-plugin to 1.9.7 by @scala-steward in #289
- Update sbt-assembly to 2.1.5 by @scala-steward in #294
- Update scalafmt-core to 3.7.17 by @scala-steward in #293
- Use better .gitignore file by @mdedetrich in #264
- Use upstream version of scalafmt GHA by @raboof in #295
- Better naming for downloaded reference artifact by @raboof in #297
- Update stripper by @raboof in #298
- Update scalatest to 3.2.18 by @scala-steward in #301
- Update scalafmt-core to 3.8.0 by @scala-steward in #300
Full Changelog: v0.31...v0.32
0.31: check staged and published artifacts
Thanks to @mdedetrich for various contributions
Full Changelog: v0.30...v0.31
0.25: support sbt-assembly
HTTPS everywhere
v0.24 Update links to https (#141)
Allow caching stripped resources
- Keep the timestamp of the stripped jar equal to the source jar - this allows sbt to cache the value when the inputs haven't changed (#133)
- Various updates of dependencies
Compiler plugins report
Checking against Maven Central
Allows fetching 'official' artifacts from Maven Central and comparing them against the locally built artifacts
Publishing and comparing signed 3rd-party attestations
Via (strictly speaking optional) sbt-gpg integration
Publish signed buildinfo to bintray
v0.19 Sign artifacts with sbt-gpg
Publish buildinfo to bintray
v0.18 Update sbt-reproducible-builds to 0.17 (#63)