Skip to content

Commit 6d81abe

Browse files
authored
Merge pull request #151 from fbuys/release/v-1-4-6
Release v1.4.6
2 parents 9f07d27 + 8b129c3 commit 6d81abe

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.5...main)
1+
# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.4.6...main)
22

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

55
* Your changes/patches go here.
66

7+
# v1.4.6 / 2025-04-15 [(commits)](https://github.com/fastruby/next_rails/compare/v1.4.5...v1.4.6)
8+
79
- [BUFIX: Fix compatibilities performance bug](https://github.com/fastruby/next_rails/pull/150)
810

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

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

0 commit comments

Comments
 (0)