We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09a32b commit e8e2891Copy full SHA for e8e2891
CHANGELOG.md
@@ -1,9 +1,10 @@
1
# CHANGELOG
2
3
-## v0.4.0-dev
+## v0.4.0 (2025-09-10)
4
5
* No longer copy assets in `mix tailwind.install`
6
* Discard empty proxy env vars
7
+* Ensure watcher picks up rule changes on Windows
8
9
## v0.3.1 (2025-02-28)
10
mix.exs
@@ -1,7 +1,7 @@
defmodule Tailwind.MixProject do
use Mix.Project
- @version "0.4.0-dev"
+ @version "0.4.0"
@source_url "https://github.com/phoenixframework/tailwind"
def project do
0 commit comments