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 f8bc987 commit f5299a9Copy full SHA for f5299a9
CHANGELOG.md
@@ -5,6 +5,16 @@
5
6
# Change Log
7
8
+## v2.3.0 (2024-09-01)
9
+
10
+[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v2.2.0..v2.3.0)
11
12
+Changes since v2.2.0:
13
14
+* f8bc987 Fix windows CI build error
15
+* 471f5a8 Sanatize object ref sent to cat-file command
16
+* 604a9a2 Make Git::Base#branch work when HEAD is detached
17
18
## v2.2.0 (2024-08-26)
19
20
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v2.1.1..v2.2.0)
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.2.0'
+ VERSION='2.3.0'
end
0 commit comments