Skip to content

Commit fd2642a

Browse files
committed
Release v1.5.0
1 parent 6d5bacd commit fd2642a

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
@@ -1,5 +1,13 @@
11
# Change Log
22

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+
311
## 1.3.0
412

513
* Dropping Ruby 1.8.x support

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.4.0'
4+
VERSION='1.5.0'
55
end

0 commit comments

Comments
 (0)