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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cschlack committed Oct 16, 2018
1 parent 6c5bc57 commit 369a063
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
### 0.1.0 (2018-10-16)
- git-push: auto-detect number of threads used by the packbuilder
- update libgit2 to version 0.27.5
- new methods: Git.disable_protocol & Git.enable_protocol
- new error class: Git::UserError
- update README & .gemspec

### 0.0.9 (2018-08-06)

- Update libgit2 to version 0.27.4
- update libgit2 to version 0.27.4

### 0.0.8 (2018-08-01)

- Update libgit2 to version 0.27.3
- Update .gemspec & README
- update libgit2 to version 0.27.3
- update .gemspec & README

### 0.0.7 (2018-04-06)

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.0.9"
s.version = "0.1.0"
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 369a063

Please sign in to comment.