File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 55
66# Change Log
77
8+ ## v3.0.1 (2025-05-14)
9+
10+ [ Full Changelog] ( https://github.com/ruby-git/ruby-git/compare/v3.0.0..v3.0.1 )
11+
12+ Changes since v3.0.0:
13+
14+ * b47eedc Improved error message of rev_parse
15+ * 9d44146 chore: update the development dependency on the minitar gem
16+ * f407b92 feat: set the locale to en_US.UTF-8 for git commands
17+ * b060e47 test: verify that command line envionment variables are set as expected
18+ * 1a5092a chore: release v3.0.0
19+
820## v3.0.0 (2025-02-27)
921
1022[ Full Changelog] ( https://github.com/ruby-git/ruby-git/compare/v2.3.3..v3.0.0 )
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 = '3.0.0 '
6+ VERSION = '3.0.1 '
77end
You can’t perform that action at this time.
0 commit comments