Skip to content

Commit 4979923

Browse files
committed
Release v1.19.1
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent f97c57c commit 4979923

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

66
# Change Log
77

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+
816
## v1.19.0 (2023-12-28)
917

1018
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.18.0..v1.19.0)

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='1.19.0'
4+
VERSION='1.19.1'
55
end

0 commit comments

Comments
 (0)