We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada0d7d commit 8d981e9Copy full SHA for 8d981e9
CHANGELOG.md
@@ -20,3 +20,6 @@
20
21
- Fixed to work with and make optional dependencies for sidekiq and railties. Confirmed as working with ruby >= 3.1.4
22
23
+## [0.3.1-RC1] - 2023-12-29
24
+
25
+- All internal restructuring/refactoring into domains.
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- interactify (0.3.0.pre.RC1)
+ interactify (0.3.1.pre.RC1)
5
activesupport (>= 6.0.0)
6
interactor
7
interactor-contracts
lib/interactify/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Interactify
- VERSION = "0.3.0-RC1"
+ VERSION = "0.3.1-RC1"
end
0 commit comments