From cf418bac5b43305925396fb04db8a157bb41ef69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20V=C3=A1squez?= Date: Thu, 7 May 2026 12:50:38 -0600 Subject: [PATCH 1/2] Release v1.6.0 --- CHANGELOG.md | 8 ++++---- lib/next_rails/version.rb | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2572186..289cfdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ -# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.5.0...main) +# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.6.0...main) -- [BUGFIX: example](https://github.com/fastruby/next_rails/pull/) +* Your changes/patches go here. + +# v1.6.0 / 2026-05-07 [(commits)](https://github.com/fastruby/next_rails/compare/v1.5.0...v1.6.0) - [CHORE: Drop `rainbow` gem dependency in favor of a native `NextRails::Tint` ANSI wrapper](https://github.com/fastruby/next_rails/pull/183) - [BUGFIX: Compare mode now checks only buckets the current process ran, fixing parallel test support](https://github.com/fastruby/next_rails/pull/179) @@ -8,8 +10,6 @@ - [FEATURE: Add parallel CI support for DeprecationTracker](https://github.com/fastruby/next_rails/pull/176) - [CHORE: Add Ruby 4.0 to the test matrix](https://github.com/fastruby/next_rails/pull/178) -* Your changes/patches go here. - # v1.5.0 / 2026-04-01 [(commits)](https://github.com/fastruby/next_rails/compare/v1.4.8...v1.5.0) - [FEATURE: Add `NextRails.current?` as the inverse of `NextRails.next?`](https://github.com/fastruby/next_rails/pull/174) diff --git a/lib/next_rails/version.rb b/lib/next_rails/version.rb index 6707cb2..0c94f4b 100644 --- a/lib/next_rails/version.rb +++ b/lib/next_rails/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module NextRails - VERSION = "1.5.0" + VERSION = "1.6.0" end From cc4162dc169a2a7ea04b29f65a6529dbb376d9e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20V=C3=A1squez?= Date: Thu, 7 May 2026 12:51:19 -0600 Subject: [PATCH 2/2] Restore sample entry in unreleased CHANGELOG section --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 289cfdf..b1bd4c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.6.0...main) +- [BUGFIX: example](https://github.com/fastruby/next_rails/pull/) + * Your changes/patches go here. # v1.6.0 / 2026-05-07 [(commits)](https://github.com/fastruby/next_rails/compare/v1.5.0...v1.6.0)