We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47eedc commit 3137426Copy full SHA for 3137426
CHANGELOG.md
@@ -5,6 +5,18 @@
5
6
# Change Log
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
20
## v3.0.0 (2025-02-27)
21
22
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v2.3.3..v3.0.0)
lib/git/version.rb
@@ -3,5 +3,5 @@
3
module Git
4
# The current gem version
# @return [String] the current gem version.
- VERSION='3.0.0'
+ VERSION='3.0.1'
end
0 commit comments