File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 4.0.1 "
2
+ "." : " 4.0.2 "
3
3
}
Original file line number Diff line number Diff line change 5
5
6
6
# Change Log
7
7
8
+ ## [ 4.0.2] ( https://github.com/ruby-git/ruby-git/compare/v4.0.1...v4.0.2 ) (2025-07-08)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Call Git::Index#new correctly from initialize_components ([ 07dfab5] ( https://github.com/ruby-git/ruby-git/commit/07dfab5804874cbc52469bd40203b6d0b08be7a1 ) )
14
+
15
+
16
+ ### Other Changes
17
+
18
+ * Announce that the project has adopted RuboCop ([ 3d6cac9] ( https://github.com/ruby-git/ruby-git/commit/3d6cac94b47b3c1b1915f5c37f9e811041210ddc ) )
19
+ * Update comment to be accurate ([ 3a87722] ( https://github.com/ruby-git/ruby-git/commit/3a87722760176db54dfef9631de6191b183ab223 ) )
20
+
8
21
## [ 4.0.1] ( https://github.com/ruby-git/ruby-git/compare/v4.0.0...v4.0.1 ) (2025-07-06)
9
22
10
23
Original file line number Diff line number Diff line change 3
3
module Git
4
4
# The current gem version
5
5
# @return [String] the current gem version.
6
- VERSION = '4.0.1 '
6
+ VERSION = '4.0.2 '
7
7
end
You can’t perform that action at this time.
0 commit comments