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 6d5bacd commit fd2642aCopy full SHA for fd2642a
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change Log
2
3
+## 1.5.0
4
+
5
+See https://github.com/ruby-git/ruby-git/releases/tag/v1.5.0
6
7
+## 1.4.0
8
9
+See https://github.com/ruby-git/ruby-git/releases/tag/v1.4.0
10
11
## 1.3.0
12
13
* Dropping Ruby 1.8.x support
lib/git/version.rb
@@ -1,5 +1,5 @@
module Git
# The current gem version
# @return [String] the current gem version.
- VERSION='1.4.0'
+ VERSION='1.5.0'
end
0 commit comments