Skip to content

Commit 1a5092a

Browse files
committed
chore: release v3.0.0
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 534fcf5 commit 1a5092a

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.0 (2025-02-27)
9+
10+
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v2.3.3..v3.0.0)
11+
12+
Changes since v2.3.3:
13+
14+
* 534fcf5 chore: use ProcessExecuter.run instead of the implementing it in this gem
15+
* 629f3b6 feat: update dependenices
16+
* 501d135 feat: add support for Ruby 3.4 and drop support for Ruby 3.0
17+
* 38c0eb5 build: update the CI build to use current versions to TruffleRuby and JRuby
18+
* d3f3a9d chore: add frozen_string_literal: true magic comment
19+
820
## v2.3.3 (2024-12-04)
921

1022
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v2.3.2..v2.3.3)

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='2.3.3'
6+
VERSION='3.0.0'
77
end

0 commit comments

Comments
 (0)