Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cschlack committed Jan 15, 2020
1 parent 36764a4 commit 890753e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.1.5 (2020-01-15)
- update libgit2 to version 0.28.4
- Git.mirror: set HEAD to remote HEAD
- Git.fetch: optionally update HEAD to remote HEAD

### 0.1.4 (2019-11-12)
- add new method Git.remote_url
- add new method Git.set_remote_url
Expand Down
2 changes: 1 addition & 1 deletion gitfetch.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "gitfetch"
s.version = "0.1.4"
s.version = "0.1.5"
s.date = Time.now.strftime('%Y-%m-%d')
s.summary = "Concurrently clone/fetch/push to (remote) git repositories"
s.homepage = "https://backhub.co"
Expand Down

0 comments on commit 890753e

Please sign in to comment.