Skip to content

Commit

Permalink
Prepare for v2.1.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Oct 30, 2023
1 parent 6347b51 commit 4305d31
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Code reloading for Hanami 2

## v2.1.0.rc1 - 2023-11-01

### Fixed

- [Luca Guidi] Ensure to reload app when actions, views, and templates, are touched.
- [Luca Guidi] Fixed incorrect regular expression in `Guardfile`

## v2.1.0.beta2 - 2023-10-04

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

module Hanami
module Reloader
VERSION = "2.1.0.beta2"
VERSION = "2.1.0.rc1"
end
end
2 changes: 1 addition & 1 deletion spec/unit/hanami/reloader/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

RSpec.describe "Hanami::Reloader::VERSION" do
it "exposes version" do
expect(Hanami::Reloader::VERSION).to eq("2.1.0.beta2")
expect(Hanami::Reloader::VERSION).to eq("2.1.0.rc1")
end
end

0 comments on commit 4305d31

Please sign in to comment.