Skip to content

Commit eadba9f

Browse files
bump version to 5.4.0
1 parent 0a34869 commit eadba9f

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# [5.4.0][] (2024-11-17)
1+
# [5.4.0][] (2024-11-23)
22

33
## Added
44

5-
- Support for Rails 8.
5+
- [#579][] Support for Rails 8. Thanks @bvalentino!
66

77
## Fixed
88

9-
- Manually pull in the `ostruct` gem since it's being removed from stdlib.
9+
- [#577][] Manually pull in the `ostruct` gem since it's being removed from stdlib.
1010

1111
# [5.3.0][] (2023-05-06)
1212

@@ -1385,3 +1385,5 @@ Example.run
13851385
[#545]: https://github.com/AaronLasseigne/active_interaction/issues/545
13861386
[#554]: https://github.com/AaronLasseigne/active_interaction/issues/554
13871387
[#553]: https://github.com/AaronLasseigne/active_interaction/issues/553
1388+
[#577]: https://github.com/AaronLasseigne/active_interaction/issues/577
1389+
[#579]: https://github.com/AaronLasseigne/active_interaction/pull/579

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ If ActiveModel deals with your nouns, then ActiveInteraction handles your verbs.
6060
Add it to your Gemfile:
6161

6262
``` rb
63-
gem 'active_interaction', '~> 5.3'
63+
gem 'active_interaction', '~> 5.4'
6464
```
6565

6666
Or install it manually:
6767

6868
``` sh
69-
$ gem install active_interaction --version '~> 5.3'
69+
$ gem install active_interaction --version '~> 5.4'
7070
```
7171

7272
This project uses [Semantic Versioning][]. Check out [GitHub releases][] for a

lib/active_interaction/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ module ActiveInteraction
44
# The version number.
55
#
66
# @return [Gem::Version]
7-
VERSION = Gem::Version.new('5.3.0')
7+
VERSION = Gem::Version.new('5.4.0')
88
end

0 commit comments

Comments
 (0)