We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5e95c commit 15590e4Copy full SHA for 15590e4
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## v0.7.1 (2023-06-26)
4
+ * Support Elixir v1.15+ by ensuring inets and ssl are available even on `runtime: false`
5
+
6
## v0.7.0 (2023-03-16)
7
* Require Elixir v1.11+
8
* Support proxy authentication
mix.exs
@@ -1,7 +1,7 @@
defmodule Esbuild.MixProject do
use Mix.Project
- @version "0.7.0"
+ @version "0.7.1"
@source_url "https://github.com/phoenixframework/esbuild"
def project do
0 commit comments