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 292087e commit 546bc03Copy full SHA for 546bc03
CHANGELOG.md
@@ -5,6 +5,17 @@
5
6
# Change Log
7
8
+## v1.11.0
9
+
10
+* 292087e Supress unneeded test output (#570)
11
+* 19dfe5e Add support for fetch options "--force/-f" and "--prune-tags/-P". (#563)
12
+* 018d919 Fix bug when grepping lines that contain numbers surrounded by colons (#566)
13
+* c04d16e remove from maintainer (#567)
14
+* 291ca09 Address command line injection in Git::Lib#fetch
15
+* 521b8e7 Release v1.10.2 (#561)
16
17
+See https://github.com/ruby-git/ruby-git/releases/tag/v1.11.0
18
19
## v1.10.2
20
21
See https://github.com/ruby-git/ruby-git/releases/tag/v1.10.2
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.10.2'
+ VERSION='1.11.0'
end
0 commit comments