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 5
5
6
6
# Change Log
7
7
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
+
8
20
## v3.0.0 (2025-02-27)
9
21
10
22
[ 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 3
3
module Git
4
4
# The current gem version
5
5
# @return [String] the current gem version.
6
- VERSION = '3.0.0 '
6
+ VERSION = '3.0.1 '
7
7
end
You can’t perform that action at this time.
0 commit comments