Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stgeneral committed Jan 5, 2020
1 parent 8ce20bb commit 7db9258
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# AuxiliaryRails Changelog

## v0.2.0

* Commands migration to `dry-initializer`
* Commands usage examples

## v0.1.7

* Bundle update (nokogiri 1.10.4, rake 12)
Expand All @@ -11,7 +16,7 @@

## v0.1.5

* Fix Gemfile.lock
* Fix `Gemfile.lock`

## v0.1.4

Expand All @@ -28,7 +33,7 @@

## v0.1.2

* Fix Gemfile.lock
* Fix `Gemfile.lock`

## v0.1.1

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
auxiliary_rails (0.1.8)
auxiliary_rails (0.2.0)
dry-initializer-rails
thor

Expand Down
2 changes: 1 addition & 1 deletion lib/auxiliary_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AuxiliaryRails
VERSION = '0.1.8'.freeze
VERSION = '0.2.0'.freeze
end

0 comments on commit 7db9258

Please sign in to comment.