Skip to content

Commit

Permalink
Released v0.4.0
Browse files Browse the repository at this point in the history
## Added

- View helpers inside presenter context.
- View helpers for presenters within views.
- View helpers for presenters within controllers.
- View helpers for presenters within mailers.
  • Loading branch information
Alexander-Senko committed Oct 29, 2024
1 parent a416a87 commit 2cb4201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [0.4.0]UNRELEASED
## [0.4.0]2024-10-29

### Added

Expand Down
2 changes: 1 addition & 1 deletion lib/magic/presenter/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Magic
module Presenter
VERSION = '0.4.0.alpha'
VERSION = '0.4.0'
end
end

0 comments on commit 2cb4201

Please sign in to comment.