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 774e416 commit 378b735Copy full SHA for 378b735
CHANGELOG.md
@@ -5,6 +5,14 @@
5
6
# Change Log
7
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
16
## v1.17.0 (2023-03-05)
17
18
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.16.0..v1.17.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.17.0'
+ VERSION='1.17.1'
end
0 commit comments