Skip to content

Commit 676ee17

Browse files
committed
Release v2.1.1
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 6ce3d4d commit 676ee17

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

66
# Change Log
77

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+
822
## v2.1.0 (2024-05-31)
923

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

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.0'
4+
VERSION='2.1.1'
55
end

0 commit comments

Comments
 (0)