Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Move version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgiles committed Mar 13, 2019
1 parent 6169c09 commit 249adaf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.1.0

* Added `AbstractActiveRecordEntityBuilder` to help map ActiveRecord instances to `Dry::Struct` based entities.

2.0.0

* Support collections for use case targets and success payloads
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:
clean-architecture (2.0.0)
clean-architecture (2.1.0)
dry-matcher (~> 0.0)
dry-monads (~> 1.0)
dry-struct (~> 0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/clean_architecture/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CleanArchitecture
VERSION = '2.0.0'
VERSION = '2.1.0'
end

0 comments on commit 249adaf

Please sign in to comment.