Skip to content

Commit a73bae2

Browse files
authored
Merge pull request #145 from fastruby/release/v-1-4-5
Release work for v1.4.5
2 parents 13181a7 + 2ff7cfa commit a73bae2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.4.4...main)
1+
# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.4.5...main)
22

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

65
* Your changes/patches go here.
76

7+
# v1.4.5 / 2025-03-07 [(commits)](https://github.com/fastruby/next_rails/compare/v1.4.4...v1.4.5)
8+
9+
- [Move rails_version compatibility to its own class](https://github.com/fastruby/next_rails/pull/137)
10+
811
# v1.4.4 / 2025-02-26 [(commits)](https://github.com/fastruby/next_rails/compare/v1.4.3...v1.4.4)
912

1013
- [FEATURE: Update deprecation tracker to support newer Rails versions (7.1+)](https://github.com/fastruby/next_rails/pull/142)

lib/next_rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module NextRails
4-
VERSION = "1.4.4"
4+
VERSION = "1.4.5"
55
end

0 commit comments

Comments
 (0)