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

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cschlack committed Oct 19, 2020
1 parent d2e49ca commit bb9b9ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.2.1 (2020-10-18)
- Git.fetch: fix memory leak
- Git.update_head: fix memory leak
- Git.update_head: fix 'Object not found' error on empty repositories

### 0.2.0 (2020-10-14)
- breaking change: Replace Git.mirror by Git.clone_bare
- breaking change: Remove optional parameter 'update_head' from method Git.fetch
Expand All @@ -7,7 +12,7 @@
- Don't update HEAD after Git.clone_bare

### 0.1.9 (2020-08-25)
- bugfix: raise Exception for unknow errors
- bugfix: raise Exception for unknown errors
- New class Git::HTTPError
- Update README

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.2.0"
s.version = "0.2.1"
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 bb9b9ba

Please sign in to comment.