Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #11 from toptal/prepare-for-version-0.1.1
Browse files Browse the repository at this point in the history
Bump version to 0.1.1
  • Loading branch information
hristo-banchev authored Jan 14, 2019
2 parents 23160b2 + dbe0ce8 commit 0206169
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
All notable changes to this project will be documented in this file, in reverse chronological order.

## [master]
[master]: https://github.com/toptal/archfiend/compare/0.1.0...HEAD
[master]: https://github.com/toptal/archfiend/compare/0.1.1...HEAD

## 0.1.1 (2019-01-14)
[0.1.1]: https://github.com/toptal/archfiend/compare/0.1.0...0.1.1

* daemons gem removed in favor of Process.daemon
* add formatter setting for all loggers
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
archfiend (0.1.0)
archfiend (0.1.1)
oj (~> 3.6)
thor (~> 0.20)

Expand Down Expand Up @@ -61,7 +61,7 @@ GEM
jaro_winkler (1.5.1)
method_source (0.9.0)
minitest (5.11.3)
oj (3.6.12)
oj (3.7.6)
parallel (1.12.1)
parser (2.5.1.2)
ast (~> 2.4.0)
Expand Down Expand Up @@ -96,7 +96,7 @@ GEM
rubocop-rspec (1.30.0)
rubocop (>= 0.58.0)
ruby-progressbar (1.10.0)
thor (0.20.0)
thor (0.20.3)
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
Expand All @@ -118,4 +118,4 @@ DEPENDENCIES
rubocop-rspec (~> 1.30)

BUNDLED WITH
1.16.4
1.17.1
2 changes: 1 addition & 1 deletion lib/archfiend/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Archfiend
VERSION = '0.1.0'.freeze
VERSION = '0.1.1'.freeze
end

0 comments on commit 0206169

Please sign in to comment.