File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# Change Log
7
7
8
+ ## v2.1.1 (2024-06-01)
9
+
10
+ [ Full Changelog] ( https://github.com/ruby-git/ruby-git/compare/v2.1.0..v2.1.1 )
11
+
12
+ Changes since v2.1.0:
13
+
14
+ * 6ce3d4d Handle ignored files with quoted (non-ASCII) filenames
15
+ * dd8e8d4 Supply all of the _ specific_ color options too
16
+ * 749a72d Memoize all of the significant calls in Git::Status
17
+ * 2bacccc When core.ignoreCase, check for untracked files case-insensitively
18
+ * 7758ee4 When core.ignoreCase, check for deleted files case-insensitively
19
+ * 993eb78 When core.ignoreCase, check for added files case-insensitively
20
+ * d943bf4 When core.ignoreCase, check for changed files case-insensitively
21
+
8
22
## v2.1.0 (2024-05-31)
9
23
10
24
[ Full Changelog] ( https://github.com/ruby-git/ruby-git/compare/v2.0.1..v2.1.0 )
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.0 '
4
+ VERSION = '2.1.1 '
5
5
end
You can’t perform that action at this time.
0 commit comments