Skip to content

Releases: ruby-git/ruby-git

Release v2.0.0

11 May 00:21
Compare
Choose a tag to compare

v2.0.0 (2024-05-10)

Full Changelog

Changes since v2.0.0.pre4:

  • 1afc4c6 Update 2.x release line description
  • ed52420 Make the pull request template more concise
  • 299ae6b Remove stale bot integration
  • efb724b Remove the DCO requirement for commits

Release v2.0.0.pre4

10 May 16:47
Compare
Choose a tag to compare

v2.0.0.pre4 (2024-05-10)

Full Changelog

Changes since v2.0.0.pre3:

  • 56783e7 Update create_github_release dependency so pre-releases can be made
  • 8566929 Add dependency on create_github_release gem used for releasing the git gem
  • 7376d76 Refactor errors that are raised by this gem
  • 7e99b17 Update documentation for new timeout functionality
  • 705e983 Move experimental builds to a separate workflow that only runs when pushed to master
  • e056d64 Build with jruby-head on Windows until jruby/jruby#7515 is fixed
  • ec7c257 Remove unneeded scripts to create a new release
  • d9570ab Move issue and pull request templates to the .github directory
  • e4d6a77 Show log(x).since combination in README

Release v2.0.0.pre3

15 Mar 20:28
Compare
Choose a tag to compare

v2.0.0.pre3 (2024-03-15)

Full Changelog

Changes since v2.0.0.pre2:

  • 5d4b34e Allow allow_unrelated_histories option for Base#pull

Release v2.0.0.pre2

24 Feb 17:51
Compare
Choose a tag to compare

v2.0.0.pre2 (2024-02-24)

Full Changelog

Changes since v2.0.0.pre1:

Release v2.0.0.pre1

15 Jan 22:50
Compare
Choose a tag to compare

Full Changelog

Changes since v1.19.1:

  • 7585c39 Change how the git CLI subprocess is executed (#684)
  • f93e042 Update instructions for releasing a new version of the git gem (#686)
  • f48930d Update minimum required version of Ruby and Git (#685)

Release v2.0.0-pre.1

15 Jan 18:14
Compare
Choose a tag to compare

v2.0.0-pre.1 (2024-01-15)

Full Changelog

Changes since v1.19.1:

  • 7585c39 Change how the git CLI subprocess is executed (#684)
  • f93e042 Update instructions for releasing a new version of the git gem (#686)
  • f48930d Update minimum required version of Ruby and Git (#685)

Release v1.19.1

13 Jan 23:29
Compare
Choose a tag to compare

v1.19.1 (2024-01-13)

Full Changelog

Changes since v1.19.0:

Release v1.19.0

29 Dec 05:42
Compare
Choose a tag to compare

v1.19.0 (2023-12-28)

Full Changelog

Changes since v1.18.0:

  • 3bdb280 Add option to push all branches to a remote repo at one time (#678)
  • b0d89ac Remove calls to Dir.chdir (#673)
  • e64c2f6 Refactor tests for read_tree, write_tree, and commit_tree (#679)
  • 0bb965d Explicitly name remote tracking branch in test (#676)
  • 8481f8c Document how to delete a remote branch (#672)
  • dce6816 show .log example with count in README, fixes #667 (#668)
  • b1799f6 Update test of 'git worktree add' with no commits (#670)
  • dd5a24d Add --filter to Git.clone for partial clones (#663)

Release v1.18.0

19 Mar 16:43
Compare
Choose a tag to compare

v1.18.0 (2023-03-19)

Full Changelog

Changes since v1.17.2:

  • 3c70 Add support for --update-head-ok to fetch (#660)
  • b53d Do not generate yard documentation when building in TruffleRuby (#659)
  • 5af1 Correctly report command output when there is an error (#658)
  • b27a Add test to ensure that Git.open works to open a submodule (#655)
  • 5b0e Update Git.clone to set multiple config variables (#653)

Release v1.17.2

07 Mar 17:22
Compare
Choose a tag to compare

v1.17.2 (2023-03-07)

Full Changelog

Changes since v1.17.1:

  • f43d6 Fix branch name parsing to handle names that include slashes (#651)