Skip to content

Commit 28224a1

Browse files
committed
Release v2.0.0
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 1afc4c6 commit 28224a1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55

66
# Change Log
77

8+
## v2.0.0 (2024-05-10)
9+
10+
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v2.0.0.pre4..v2.0.0)
11+
12+
Changes since v2.0.0.pre4:
13+
14+
* 1afc4c6 Update 2.x release line description
15+
* ed52420 Make the pull request template more concise
16+
* 299ae6b Remove stale bot integration
17+
* efb724b Remove the DCO requirement for commits
18+
819
## v2.0.0.pre4 (2024-05-10)
920

1021
[Full Changelog](https://jcouball@github.com/ruby-git/ruby-git/compare/v2.0.0.pre3..v2.0.0.pre4)

lib/git/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Git
22
# The current gem version
33
# @return [String] the current gem version.
4-
VERSION='2.0.0.pre4'
4+
VERSION='2.0.0'
55
end

0 commit comments

Comments
 (0)