Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stgeneral committed Oct 27, 2020
1 parent 8a87628 commit 10fc719
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

## [Unreleased]

## v0.3.1

### Added
- Errorable concern

### Changed
- Remove validation failed default error #25

## v0.3.0

### Added
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
auxiliary_rails (0.3.0)
auxiliary_rails (0.3.1)
dry-core
dry-initializer
dry-initializer-rails
Expand Down Expand Up @@ -194,4 +194,4 @@ DEPENDENCIES
rubocop-rspec

BUNDLED WITH
2.0.2
2.1.4
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.3.0'.freeze
VERSION = '0.3.1'.freeze
end

0 comments on commit 10fc719

Please sign in to comment.