Skip to content

Commit 3b8de25

Browse files
committed
Release v2.2.0
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 7292f2c commit 3b8de25

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
55

66
# Change Log
77

8+
## v2.2.0 (2024-08-26)
9+
10+
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v2.1.1..v2.2.0)
11+
12+
Changes since v2.1.1:
13+
14+
* 7292f2c Omit the test for signed commit data on Windows
15+
* 2d6157c Document this gem's (aspirational) design philosophy
16+
* d4f66ab Sanitize non-option arguments passed to `git name-rev`
17+
* 0296442 Refactor Git::Lib#rev_parse
18+
* 9b9b31e Verify that the revision-range passed to git log does not resemble a command-line option
19+
* dc46ede Verify that the commit-ish passed to git describe does not resemble a command-line option
20+
* 00c4939 Verify that the commit(s) passed to git diff do not resemble a command-line option
21+
* a08f89b Update README
22+
* 737c4bb ls-tree optional recursion into subtrees
23+
824
## v2.1.1 (2024-06-01)
925

1026
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v2.1.0..v2.1.1)

lib/git/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Git
22
# The current gem version
33
# @return [String] the current gem version.
4-
VERSION='2.1.1'
4+
VERSION='2.2.0'
55
end

0 commit comments

Comments
 (0)