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 11{
2- "." : " 4.0.1 "
2+ "." : " 4.0.2 "
33}
Original file line number Diff line number Diff line change 55
66# Change Log
77
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+
821## [ 4.0.1] ( https://github.com/ruby-git/ruby-git/compare/v4.0.0...v4.0.1 ) (2025-07-06)
922
1023
Original file line number Diff line number Diff line change 33module Git
44 # The current gem version
55 # @return [String] the current gem version.
6- VERSION = '4.0.1 '
6+ VERSION = '4.0.2 '
77end
You can’t perform that action at this time.
0 commit comments