diff --git a/CHANGES.md b/CHANGES.md index 967e0e7..321031a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index cf8911a..bd7c326 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - archfiend (0.1.0) + archfiend (0.1.1) oj (~> 3.6) thor (~> 0.20) @@ -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) @@ -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) @@ -118,4 +118,4 @@ DEPENDENCIES rubocop-rspec (~> 1.30) BUNDLED WITH - 1.16.4 + 1.17.1 diff --git a/lib/archfiend/version.rb b/lib/archfiend/version.rb index bab9464..1572285 100644 --- a/lib/archfiend/version.rb +++ b/lib/archfiend/version.rb @@ -1,3 +1,3 @@ module Archfiend - VERSION = '0.1.0'.freeze + VERSION = '0.1.1'.freeze end