Skip to content

Commit 3137426

Browse files
committed
chore: release v3.0.1
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent b47eedc commit 3137426

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
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)

lib/git/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
module Git
44
# The current gem version
55
# @return [String] the current gem version.
6-
VERSION='3.0.0'
6+
VERSION='3.0.1'
77
end

0 commit comments

Comments
 (0)