Skip to content

Commit 15590e4

Browse files
committed
Release 0.7.1
1 parent 1c5e95c commit 15590e4

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## v0.7.1 (2023-06-26)
4+
* Support Elixir v1.15+ by ensuring inets and ssl are available even on `runtime: false`
5+
36
## v0.7.0 (2023-03-16)
47
* Require Elixir v1.11+
58
* Support proxy authentication

mix.exs

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

4-
@version "0.7.0"
4+
@version "0.7.1"
55
@source_url "https://github.com/phoenixframework/esbuild"
66

77
def project do

0 commit comments

Comments
 (0)