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 f97c57c commit 4979923Copy full SHA for 4979923
CHANGELOG.md
@@ -5,6 +5,14 @@
5
6
# Change Log
7
8
+## v1.19.1 (2024-01-13)
9
+
10
+[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.19.0..v1.19.1)
11
12
+Changes since v1.19.0:
13
14
+* f97c57c Announce the 2.0.0 pre-release (#682)
15
16
## v1.19.0 (2023-12-28)
17
18
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.18.0..v1.19.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='1.19.0'
+ VERSION='1.19.1'
end
0 commit comments