Skip to content

Commit 3dceb10

Browse files
authored
Merge pull request #127 from fastruby/release/v-1-4-0
Release work for v1.4.0
2 parents ffa6b4a + 440db37 commit 3dceb10

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

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

33
* Your changes/patches go here.
4-
- [CHORE: Use next_rails namespace on spec tests.](https://github.com/fastruby/next_rails/pull/117)
54

5+
# v1.4.0 / 2024-09-24 [(commits)](https://github.com/fastruby/next_rails/compare/v1.3.0...v1.4.0)
6+
7+
- [CHORE: Use next_rails namespace on spec tests.](https://github.com/fastruby/next_rails/pull/117)
68
- [CHORE: Remove 2.0.0, 2.1, 2.2 Ruby support](https://github.com/fastruby/next_rails/pull/126)
79
- [CHORE: Update compatibility for Ruby versions to use Rainbow](https://github.com/fastruby/next_rails/pull/125)
810
- [FEATURE: Support compatibility for Ruby versions](https://github.com/fastruby/next_rails/pull/116)

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

0 commit comments

Comments
 (0)