We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57e119 commit 968ba5cCopy full SHA for 968ba5c
CHANGELOG.md
@@ -1,8 +1,8 @@
1
## next / unreleased
2
3
-## v3.3.0 / unreleased
+## v3.3.0 / 2025-01-19
4
5
-* Add support for running the puma plugin outside of `rails server`. (#458) @flavorjones
+* Add support for using the puma plugin in a standalone puma process (outside of `rails server`). (#458) @flavorjones
6
7
8
## v3.2.0 / 2025-01-10
lib/tailwindcss/version.rb
@@ -1,3 +1,3 @@
module Tailwindcss
- VERSION = "3.2.0"
+ VERSION = "3.3.0"
end
0 commit comments