Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.4.4...main)
# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.4.5...main)

- [BUGFIX: example](https://github.com/fastruby/next_rails/pull/<number>)
- [Move rails_version compatibility to its own class](https://github.com/fastruby/next_rails/pull/137)

* Your changes/patches go here.

# v1.4.5 / 2025-03-07 [(commits)](https://github.com/fastruby/next_rails/compare/v1.4.4...v1.4.5)

- [Move rails_version compatibility to its own class](https://github.com/fastruby/next_rails/pull/137)

# v1.4.4 / 2025-02-26 [(commits)](https://github.com/fastruby/next_rails/compare/v1.4.3...v1.4.4)

- [FEATURE: Update deprecation tracker to support newer Rails versions (7.1+)](https://github.com/fastruby/next_rails/pull/142)
Expand Down
2 changes: 1 addition & 1 deletion lib/next_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module NextRails
VERSION = "1.4.4"
VERSION = "1.4.5"
end