Skip to content

Commit fbfab22

Browse files
committed
Release v0.10.0
1 parent dc0b4f9 commit fbfab22

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.10.0 (2026-06-03)
4+
5+
* Require Elixir v1.14+
6+
* Treat empty proxy vars as unset
7+
* Add :sunos to list of unix types that uses gmake
8+
* Fix character encoding on Unix system during logging
9+
310
## v0.9.0 (2024-11-12)
411

512
* Rely on certificate stores provided by Erlang/OTP 25+

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ElixirMake.Mixfile do
22
use Mix.Project
33

4-
@version "0.9.0"
4+
@version "0.10.0"
55
def project do
66
[
77
app: :elixir_make,
@@ -11,7 +11,7 @@ defmodule ElixirMake.Mixfile do
1111
package: package(),
1212
docs: docs(),
1313
deps: deps(),
14-
xref: [exclude: [Mix, :crypto, :ssl, :public_key, :httpc]],
14+
elixirc_options: [no_warn_undefined: [Mix, :crypto, :ssl, :public_key, :httpc]],
1515
test_ignore_filters: [~r|^test\/fixtures\/|]
1616
]
1717
end

0 commit comments

Comments
 (0)