Skip to content

Commit 1ca1a25

Browse files
authored
Merge pull request #140 from fastruby/release/v-1-4-3
Release work for v1.4.3
2 parents 9e470b8 + 8a478e3 commit 1ca1a25

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.4.2...main)
1+
# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.4.3...main)
22

3-
- [Add next_rails --init](https://github.com/fastruby/next_rails/pull/139)
4-
- [Add Ruby 3.4 support](https://github.com/fastruby/next_rails/pull/133)
3+
- [BUGFIX: example](https://github.com/fastruby/next_rails/pull/<number>)
54

65
* Your changes/patches go here.
76

7+
# v1.4.3 / 2025-02-20 [(commits)](https://github.com/fastruby/next_rails/compare/v1.4.2...v1.4.3)
8+
9+
- [Add next_rails --init](https://github.com/fastruby/next_rails/pull/139)
10+
- [Add Ruby 3.4 support](https://github.com/fastruby/next_rails/pull/133)
11+
812
# v1.4.2 / 2024-10-25 [(commits)](https://github.com/fastruby/next_rails/compare/v1.4.1...v1.4.2)
913

1014
- [BUGFIX: Rainbow patch: the methods (bold & white) are not on String](https://github.com/fastruby/next_rails/pull/132)

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

0 commit comments

Comments
 (0)