Skip to content

Commit

Permalink
Release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gazler committed Oct 18, 2024
1 parent f13003f commit bcc196a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
# CHANGELOG

## v0.2.2
## v0.2.3 (2024-10-18)

* Add version check flag
* Fallback to ipv4/ipv6 for unreachable hosts

## v0.2.2 (2023-11-03)

* Bump tailwind to 3.4.6
* Do not check version if path explicitly configured

## v0.2.1 (2023-06-26)

* Support Elixir v1.15+ by ensuring inets and ssl are available even on `runtime: false`

## v0.2.0 (2023-03-16)

* Require Elixir v1.11+

## v0.1.10 (2023-02-09)

* Declare inets and ssl for latest elixir support
* Add FreeBSD targets
* Add armv7 targets
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Tailwind.MixProject do
use Mix.Project

@version "0.2.2"
@version "0.2.3"
@source_url "https://github.com/phoenixframework/tailwind"

def project do
Expand Down

0 comments on commit bcc196a

Please sign in to comment.