sbt/launcher-package/src/debian/changelog

50 lines
1.9 KiB
Plaintext

sbt (1.0.0) stable; urgency=low
* sbt 1.0 uses Scala 2.12 for build definitions and plugins. This also requires JDK 8.
* See http://www.scala-sbt.org/1.x/docs/sbt-1.0-Release-Notes.html for the full list of changes.
-- Eugene Yokota <eed3si9n@gmail.com> Fri, 11 Aug 2017 00:00:00 +0000
sbt (0.13.15) stable; urgency=low
* sbt 0.13.15 removes the Maven version range when possible.
* Adds preliminary compatibility with JDK 9. Using this requires 0.13.15+ launcher. #2951 by @retronym
* Adds "local-preloaded" repository for offline installation
-- Eugene Yokota <eed3si9n@gmail.com> Mon, 10 Apr 2017 00:00:00 +0000
sbt (0.13.13) stable; urgency=low
* The `new` command, which helps creating new build definitions.
This is extensible via `templateResolverInfos` setting.
sbt 0.13.13 will ship with Giter8 template resolver out of the box.
#2705 by @eed3si9n
* Auto plugins can add synthetic subprojects. #2717 by @eed3si9n
* The no-longer-documented sbt 0.12 DSL `<<=`, `<+=`, and `<++=`
operators and tuple enrichment are now marked deprecated.
(These are removed in 1.0.x branch.) @eed3si9n and @dwijnand
* The `.value` method is deprecated for input tasks since `.evaluated`
is normally what's needed.
(Also removed in 1.0.x branch) #2709 by @eed3si9n
* sbt 0.13.13 will display deprecation warning for build.sbt.
#2784 by @eed3si9n
* Renames the early command `--<command>` that was added in 0.13.1 to
`early(<command>)`. `--error` will work, but we encourage you to
migrate to single hyphen version: `-error`, `-warn`, `-info`, and
`-debug`. #2742 by @eed3si9n
-- Dale Wijnand <dale.wijnand@gmail.com> Fri, 28 Oct 2016 14:30:00 +0000
sbt (0.12.0-build-0100)
* No need for different launcher jar files now
-- Joshua Suereth <joshua.suereth@typesafe.com> 2012-07-2012
sbt (0.11.2-build-0100)
* First debian package release
-- Joshua Suereth <joshua.suereth@typesafe.com> 2011-11-29