Releases: sbt/sbt-git
Releases · sbt/sbt-git
Release list
2.2.0
updates
- Allow changing
useConsoleForROGitby using a environment variable by @alejandrohdezma in #351 - deps: Update versionsort to 1.0.17 by @scala-steward in #298
- deps: Update org.eclipse.jgit to 5.13.5.202508271544-r by @scala-steward in #329
sbt 2 migration
- Update to sbt 2.0.0-M3 by @limansky in #272
- Update to sbt 2.0.0-RC2 by @eed3si9n in #315
- Update to sbt-2.0.0-RC3 by @mzuehlke in #317
- Update to sbt 2.0.0-RC9 by @xuwei-k in #352
- Update to sbt 2.0.0-RC10 by @xuwei-k in #360
- Update to sbt 2.0.0-RC11 by @xuwei-k in #363
- Update to sbt 2.0.0 by @xuwei-k in #378
behind the scenes
- ci: Install sbt by @eed3si9n in #261
- ci: Adds Scalafmt by @xuwei-k in #262
- ci: Add dependabot.yml for GitHub Actions update by @xuwei-k in #323
- ci: Bump actions/checkout 7 by @dependabot[bot] in #383
- ci: Bump actions/setup-java 6 by @dependabot[bot] in #403
- ci: sbt-ci-release 1.12.1 by @eed3si9n in #399
- ci: Update to sbt-ci-release 1.11.0 by @eed3si9n in #303
- ci: Fix versioning on CI by @mkurz in #307
- ci: Remove
GitVersioningplugin, we use sbt-ci-release + dynver by @mkurz in #306 - ci: Remove CI_RELEASE environment variable by @eed3si9n in #273
- test: Remove import of test key by @eed3si9n in #291
- ci: sbt-ci-release 1.9.2 by @eed3si9n in #275
- ci: sbt-ci-release 1.9.3 + sbt 2.0.0-M4 by @eed3si9n in #290
- ci: Update .scala-steward.conf by @eed3si9n in #331
- ci: Update munit to 1.3.6 by @scala-steward in #405
- ci: Update sbt, scripted-plugin to 1.13.0 by @scala-steward in #400
- ci: Update sbt-ci-release to 1.12.0 by @scala-steward in #384
- ci: Update sbt-scalafmt to 2.6.2 by @scala-steward in #390
- Update scala-library to 2.12.21 by @scala-steward in #339
- Update scala3-library to 3.8.4 by @scala-steward in #374
- ci: Update scalafmt-core to 3.11.5 by @scala-steward in #394
new contributors
- @limansky made their first contribution in #272
- @mzuehlke made their first contribution in #317
- @dependabot[bot] made their first contribution in #324
- @alejandrohdezma made their first contribution in #351
Full Changelog: v2.1.0...v2.2.0
2.1.0
sbt-git 2.1.0 is cross published to:
| sbt Version | Published |
|---|---|
| 1.x | ✅ |
| 2.x | ✅ |
about sbt-git
sbt-git, originally developed by Josh Suereth in 2011, is an sbt plugin that offers git command-line features directly inside the sbt session, as well as to other plugins. Among the downstream plugins are sbt-ghpages (The GitHub Pages plugin) and sbt-ci-release.
sbt 2.x migration
- ci: Update sbt 2 to sbt 2.0.0-M3 by @limansky in #272
- ci: Update sbt 2 to sbt 2.0.0-RC2 by @eed3si9n in #315
- 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.describedVersionby @adpi2 in #248 - Adds a describedVersion(...) for ConsoleGitReadableOnly by @blast-hardcheese in #238
behind the scene
- typo:
gitTagToVersionNumberSettingby @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.gitby @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 describepattern matching. #133/#149 by @oliverlockwood