Skip to content

Commit

Permalink
bump version to 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronLasseigne committed Nov 23, 2024
1 parent 0a34869 commit eadba9f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# [5.4.0][] (2024-11-17)
# [5.4.0][] (2024-11-23)

## Added

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

## Fixed

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

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

Expand Down Expand Up @@ -1385,3 +1385,5 @@ Example.run
[#545]: https://github.com/AaronLasseigne/active_interaction/issues/545
[#554]: https://github.com/AaronLasseigne/active_interaction/issues/554
[#553]: https://github.com/AaronLasseigne/active_interaction/issues/553
[#577]: https://github.com/AaronLasseigne/active_interaction/issues/577
[#579]: https://github.com/AaronLasseigne/active_interaction/pull/579
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ If ActiveModel deals with your nouns, then ActiveInteraction handles your verbs.
Add it to your Gemfile:

``` rb
gem 'active_interaction', '~> 5.3'
gem 'active_interaction', '~> 5.4'
```

Or install it manually:

``` sh
$ gem install active_interaction --version '~> 5.3'
$ gem install active_interaction --version '~> 5.4'
```

This project uses [Semantic Versioning][]. Check out [GitHub releases][] for a
Expand Down
2 changes: 1 addition & 1 deletion lib/active_interaction/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ module ActiveInteraction
# The version number.
#
# @return [Gem::Version]
VERSION = Gem::Version.new('5.3.0')
VERSION = Gem::Version.new('5.4.0')
end

0 comments on commit eadba9f

Please sign in to comment.