From bcc196ae31161ff3882991233a03a9f593c89cb6 Mon Sep 17 00:00:00 2001 From: Gary Rennie Date: Fri, 18 Oct 2024 13:37:35 +0100 Subject: [PATCH] Release v0.2.3 --- CHANGELOG.md | 11 ++++++++++- mix.exs | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c9ac26..627ffe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index f7403f1..172458b 100644 --- a/mix.exs +++ b/mix.exs @@ -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