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 https://github.com/sbt/sbt-git/pull/272
- ci: Update sbt 2 to sbt 2.0.0-RC2 by @eed3si9n in https://github.com/sbt/sbt-git/pull/315
- ci: Adds build matrix, and build for sbt 2.0 by @BillyAutrey in https://github.com/sbt/sbt-git/pull/260
- refactor: Adds support for Scala 3 crossbuilds, raise min version to 1.5.8 by @BillyAutrey in https://github.com/sbt/sbt-git/pull/256
- refactor: Uses new slash syntax in test by @xuwei-k in https://github.com/sbt/sbt-git/pull/254
other updates
- Perf: Eliminate redundant call to
git.describedVersionby @adpi2 in https://github.com/sbt/sbt-git/pull/248 - Adds a describedVersion(...) for ConsoleGitReadableOnly by @blast-hardcheese in https://github.com/sbt/sbt-git/pull/238
behind the scene
- typo:
gitTagToVersionNumberSettingby @raboof in https://github.com/sbt/sbt-git/pull/222 - Update sbt-ci-release to 1.7.0 by @scala-steward in https://github.com/sbt/sbt-git/pull/258
- Update sbt to 1.10.0 by @steinybot in https://github.com/sbt/sbt-git/pull/242
- Update sbt, scripted-plugin to 1.10.2 by @scala-steward in https://github.com/sbt/sbt-git/pull/252
- Update munit to 1.0.2 by @scala-steward in https://github.com/sbt/sbt-git/pull/251
- Update org.eclipse.jgit to 5.13.3.202401111512-r by @scala-steward in https://github.com/sbt/sbt-git/pull/239
new contributors
- @steinybot made their first contribution in https://github.com/sbt/sbt-git/pull/242
- @blast-hardcheese made their first contribution in https://github.com/sbt/sbt-git/pull/238
- @adpi2 made their first contribution in https://github.com/sbt/sbt-git/pull/248
- @BillyAutrey made their first contribution in https://github.com/sbt/sbt-git/pull/256
Full Changelog: https://github.com/sbt/sbt-git/compare/v2.0.1...v2.1.0