File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 55
66# Change Log
77
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+
819## v1.10.2
920
1021See https://github.com/ruby-git/ruby-git/releases/tag/v1.10.2
Original file line number Diff line number Diff line change 11module Git
22 # The current gem version
33 # @return [String] the current gem version.
4- VERSION = '1.10.2 '
4+ VERSION = '1.11.0 '
55end
You can’t perform that action at this time.
0 commit comments