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

Commit 249adaf

Browse files
committed
Move version to 2.1.0
1 parent 6169c09 commit 249adaf

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.1.0
2+
3+
* Added `AbstractActiveRecordEntityBuilder` to help map ActiveRecord instances to `Dry::Struct` based entities.
4+
15
2.0.0
26

37
* Support collections for use case targets and success payloads

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
clean-architecture (2.0.0)
4+
clean-architecture (2.1.0)
55
dry-matcher (~> 0.0)
66
dry-monads (~> 1.0)
77
dry-struct (~> 0.0)

lib/clean_architecture/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module CleanArchitecture
4-
VERSION = '2.0.0'
4+
VERSION = '2.1.0'
55
end

0 commit comments

Comments
 (0)