Skip to content

Commit 098e02b

Browse files
committed
version bump to v4.3.0
1 parent 22d095f commit 098e02b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# `tailwindcss-rails` Changelog
22

3-
## v4.3.0.rc2
3+
## v4.3.0
44

55
### Improved
66

77
* Experimental support for Rails engines. Feedback is welcome at #355. #554, #556 @bopm
8+
* Gracefully handle application created with `--skip-system-test`. #559, #562 @flavorjones
89

910

1011
## v4.2.3 / 2025-05-02

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-rails (4.3.0.rc2)
4+
tailwindcss-rails (4.3.0)
55
railties (>= 7.0.0)
66
tailwindcss-ruby (~> 4.0)
77

lib/tailwindcss/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Tailwindcss
2-
VERSION = "4.3.0.rc2"
2+
VERSION = "4.3.0"
33
end

0 commit comments

Comments
 (0)