Skip to content

Commit 378b735

Browse files
committed
Release v1.17.1
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 774e416 commit 378b735

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.17.1 (2023-03-06)
9+
10+
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.17.0..v1.17.1)
11+
12+
Changes since v1.17.0:
13+
14+
* 774e Revert introduction of ActiveSupport dependency (#649)
15+
816
## v1.17.0 (2023-03-05)
917

1018
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.16.0..v1.17.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.17.0'
4+
VERSION='1.17.1'
55
end

0 commit comments

Comments
 (0)