Releases: sbt/sbt-git
Releases · sbt/sbt-git
2.1.0
sbt-git 2.1.0 is cross published to:
sbt Version | Published |
---|---|
1.x | ✅ |
2.0.0-M2 | ✅ |
sbt 2.x migration
- ci: Adds build matrix, and build for sbt 2.0 by @BillyAutrey in #260
- refactor: Adds support for Scala 3 crossbuilds, raise min version to 1.5.8 by @BillyAutrey in #256
- refactor: Uses new slash syntax in test by @xuwei-k in #254
other updates
- Perf: Eliminate redundant call to
git.describedVersion
by @adpi2 in #248 - Adds a describedVersion(...) for ConsoleGitReadableOnly by @blast-hardcheese in #238
behind the scene
- typo:
gitTagToVersionNumberSetting
by @raboof in #222 - Update sbt-ci-release to 1.7.0 by @scala-steward in #258
- Update sbt to 1.10.0 by @steinybot in #242
- Update sbt, scripted-plugin to 1.10.2 by @scala-steward in #252
- Update munit to 1.0.2 by @scala-steward in #251
- Update org.eclipse.jgit to 5.13.3.202401111512-r by @scala-steward in #239
new contributors
- @steinybot made their first contribution in #242
- @blast-hardcheese made their first contribution in #238
- @adpi2 made their first contribution in #248
- @BillyAutrey made their first contribution in #256
Full Changelog: v2.0.1...v2.1.0
2.0.1
- Publicize option to disable JGit (#230) thanks to @jpassaro
- Fix console reader issues (#219) thanks to @djspiewak
- Support for different git describe patterns across modules in multi-module project (#196) thanks to @liorregev
2.0.0
New coordinates!
This release changes both the organization name (now com.github.sbt
) and the package name (now com.github.sbt.git
).
What's Changed
- Workaround to allow usage within git worktrees. fixes #110 by @hughsimpson in #168
- sort before appending the suffix by @mpollmeier in #163
- Switch to com.github.sbt by @mkurz in #205
- Change package to
com.github.sbt.git
by @armanbilge in #218
Version bumps
- Update sbt, scripted-plugin to 1.5.8 by @scala-steward in #204
- Update org.eclipse.jgit to 5.11.1.202105131744-r by @scala-steward in #203
- Update sbt-ci-release to 1.5.10 by @scala-steward in #201
- Update versionsort to 1.0.11 by @scala-steward in #202
- Update sbt, scripted-plugin to 1.6.2 by @scala-steward in #207
- Update org.eclipse.jgit to 5.13.0.202109080827-r by @scala-steward in #206
New Contributors
- @gregor-i made their first contribution in #199
- @scala-steward made their first contribution in #204
- @mkurz made their first contribution in #205
- @hughsimpson made their first contribution in #168
- @armanbilge made their first contribution in #218
Full Changelog: v1.0.2...v2.0.0
1.0.2
1.0.1
1.0.0
- Use JGit to get origin info. #141/#145/#146 by @francisdb
- Upgrade from JGit 4.5 to 4.9, & therefore from Java 7 to 8. #148 by @oliverlockwood
- Add support for
git describe
pattern matching. #133/#149 by @oliverlockwood