We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e27f04 commit 706daa8Copy full SHA for 706daa8
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
* Your changes/patches go here.
4
5
+# v1.4.1 / 2024-10-22 [(commits)](https://github.com/fastruby/next_rails/compare/v1.4.0...v1.4.1)
6
+
7
+- [BUGFIX: Fix performance regression due to rainbow refinement](https://github.com/fastruby/next_rails/pull/131)
8
9
# v1.4.0 / 2024-09-24 [(commits)](https://github.com/fastruby/next_rails/compare/v1.3.0...v1.4.0)
10
11
- [CHORE: Use next_rails namespace on spec tests.](https://github.com/fastruby/next_rails/pull/117)
lib/next_rails/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module NextRails
- VERSION = "1.4.0"
+ VERSION = "1.4.1"
end
0 commit comments