File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# Change Log
7
7
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
+
8
24
## v2.1.1 (2024-06-01)
9
25
10
26
[ Full Changelog] ( https://github.com/ruby-git/ruby-git/compare/v2.1.0..v2.1.1 )
Original file line number Diff line number Diff line change 1
1
module Git
2
2
# The current gem version
3
3
# @return [String] the current gem version.
4
- VERSION = '2.1.1 '
4
+ VERSION = '2.2.0 '
5
5
end
You can’t perform that action at this time.
0 commit comments