Skip to content

Commit ee7af3b

Browse files
committed
bump to 0.4.0
1 parent 80ba64f commit ee7af3b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
- Fixed to work with and make optional dependencies for sidekiq and railties. Confirmed as working with ruby >= 3.1.4
2222

23-
## [0.3.1-RC1] - 2023-12-29
23+
## [0.4.0-RC1] - 2023-12-29
2424

2525
- All internal restructuring/refactoring into domains.
26+
- Add support for organize `self.if(:condition, then: A, else: B)` syntax

lib/interactify/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Interactify
4-
VERSION = "0.3.1-RC1"
4+
VERSION = "0.4.0"
55
end

0 commit comments

Comments
 (0)