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 1afc4c6 commit 28224a1Copy full SHA for 28224a1
CHANGELOG.md
@@ -5,6 +5,17 @@
5
6
# Change Log
7
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
19
## v2.0.0.pre4 (2024-05-10)
20
21
[Full Changelog](https://jcouball@github.com/ruby-git/ruby-git/compare/v2.0.0.pre3..v2.0.0.pre4)
lib/git/version.rb
@@ -1,5 +1,5 @@
1
module Git
2
# The current gem version
3
# @return [String] the current gem version.
4
- VERSION='2.0.0.pre4'
+ VERSION='2.0.0'
end
0 commit comments