Skip to content

Commit aca1c12

Browse files
authored
Release work for v1.4.4 (#144)
1 parent fa40882 commit aca1c12

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.4.3...main)
1+
# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.4.4...main)
22

33
- [BUGFIX: example](https://github.com/fastruby/next_rails/pull/<number>)
44

55
* Your changes/patches go here.
66

7+
# v1.4.4 / 2025-02-26 [(commits)](https://github.com/fastruby/next_rails/compare/v1.4.3...v1.4.4)
8+
79
- [FEATURE: Update deprecation tracker to support newer Rails versions (7.1+)](https://github.com/fastruby/next_rails/pull/142)
810

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

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.3"
4+
VERSION = "1.4.4"
55
end

0 commit comments

Comments
 (0)