Skip to content

Commit e8e2891

Browse files
committed
Release v0.4.0
1 parent d09a32b commit e8e2891

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# CHANGELOG
22

3-
## v0.4.0-dev
3+
## v0.4.0 (2025-09-10)
44

55
* No longer copy assets in `mix tailwind.install`
66
* Discard empty proxy env vars
7+
* Ensure watcher picks up rule changes on Windows
78

89
## v0.3.1 (2025-02-28)
910

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Tailwind.MixProject do
22
use Mix.Project
33

4-
@version "0.4.0-dev"
4+
@version "0.4.0"
55
@source_url "https://github.com/phoenixframework/tailwind"
66

77
def project do

0 commit comments

Comments
 (0)