Skip to content

Releases: ruby-git/ruby-git

v3.1.0

18 May 21:10
Compare
Choose a tag to compare

3.1.0 (2025-05-18)

Features

  • Make Git::Log support the git log --merges option (df3b07d)

Other Changes

  • Announce and document guidelines for using Conventional Commits (a832259)
  • Skip continuous integration workflow for release PRs (f647a18)
  • Skip the experiemental build workflow if a release commit is pushed to master (3dab0b3)

v3.0.2

15 May 05:29
Compare
Choose a tag to compare

3.0.2 (2025-05-15)

Bug Fixes

  • Trigger the release workflow on a change to 'master' insetad of 'main' (c8611f1)

Other Changes

  • Automate continuous delivery workflow (06480e6)
  • Enforce conventional commit messages with a GitHub action (1da4c44)
  • Enforce conventional commit messages with husky and commitlint (7ebe0f8)

Release v3.0.1

14 May 22:01
Compare
Choose a tag to compare

v3.0.1 (2025-05-14)

Full Changelog

Changes since v3.0.0:

  • b47eedc Improved error message of rev_parse
  • 9d44146 chore: update the development dependency on the minitar gem
  • f407b92 feat: set the locale to en_US.UTF-8 for git commands
  • b060e47 test: verify that command line envionment variables are set as expected
  • 1a5092a chore: release v3.0.0

Release v3.0.0

27 Feb 19:40
Compare
Choose a tag to compare

v3.0.0 (2025-02-27)

Full Changelog

Changes since v2.3.3:

  • 534fcf5 chore: use ProcessExecuter.run instead of the implementing it in this gem
  • 629f3b6 feat: update dependenices
  • 501d135 feat: add support for Ruby 3.4 and drop support for Ruby 3.0
  • 38c0eb5 build: update the CI build to use current versions to TruffleRuby and JRuby
  • d3f3a9d chore: add frozen_string_literal: true magic comment

Release v2.3.3

04 Dec 21:19
Compare
Choose a tag to compare

v2.3.3 (2024-12-04)

Full Changelog

Changes since v2.3.2:

  • c25e5e0 test: add tests for spaces in the git binary path or the working dir
  • 5f43a1a fix: open3 errors on binary paths with spaces
  • 60b58ba test: add #run_command for tests to use instead of backticks

Release v2.3.2

19 Nov 20:00
Compare
Choose a tag to compare

v2.3.2 (2024-11-19)

Full Changelog

Changes since v2.3.1:

  • 7646e38 fix: improve error message for Git::Lib#branches_all

Release v2.3.1

23 Oct 16:45
Compare
Choose a tag to compare

v2.3.1 (2024-10-23)

Full Changelog

Changes since v2.3.0:

  • e236007 test: allow bin/test-in-docker to accept the test file(s) to run on command line
  • f4747e1 test: rename bin/tests to bin/test-in-docker
  • 51f781c test: remove duplicate test from test_stashes.rb
  • 2e79dbe Fixed "unbranched" stash message support:
  • da6fa6e Conatinerised the test suite with Docker:
  • 2e23d47 Update instructions for building a specific version of Git
  • 70565e3 Add Git.binary_version to return the version of the git command line

Release v2.3.0

01 Sep 21:48
Compare
Choose a tag to compare

v2.3.0 (2024-09-01)

Full Changelog

Changes since v2.2.0:

  • f8bc987 Fix windows CI build error
  • 471f5a8 Sanatize object ref sent to cat-file command
  • 604a9a2 Make Git::Base#branch work when HEAD is detached

Release v2.2.0

26 Aug 22:53
Compare
Choose a tag to compare

v2.2.0 (2024-08-26)

Full Changelog

Changes since v2.1.1:

  • 7292f2c Omit the test for signed commit data on Windows
  • 2d6157c Document this gem's (aspirational) design philosophy
  • d4f66ab Sanitize non-option arguments passed to git name-rev
  • 0296442 Refactor Git::Lib#rev_parse
  • 9b9b31e Verify that the revision-range passed to git log does not resemble a command-line option
  • dc46ede Verify that the commit-ish passed to git describe does not resemble a command-line option
  • 00c4939 Verify that the commit(s) passed to git diff do not resemble a command-line option
  • a08f89b Update README
  • 737c4bb ls-tree optional recursion into subtrees

Release v2.1.1

01 Jun 16:39
Compare
Choose a tag to compare

v2.1.1 (2024-06-01)

Full Changelog

Changes since v2.1.0:

  • 6ce3d4d Handle ignored files with quoted (non-ASCII) filenames
  • dd8e8d4 Supply all of the specific color options too
  • 749a72d Memoize all of the significant calls in Git::Status
  • 2bacccc When core.ignoreCase, check for untracked files case-insensitively
  • 7758ee4 When core.ignoreCase, check for deleted files case-insensitively
  • 993eb78 When core.ignoreCase, check for added files case-insensitively
  • d943bf4 When core.ignoreCase, check for changed files case-insensitively