Skip to content

Commit

Permalink
Release v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Feb 17, 2023
1 parent 473ecdb commit 5325865
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## v0.7.4 (2023-17-02)

* Preload Erlang/OTP applications for Elixir v1.15+

## v0.7.3 (2022-12-27)

* Add `post_precompile_target` to `ElixirMake.Precompiler` behaviour
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
@@ -1,7 +1,7 @@
defmodule ElixirMake.Mixfile do
use Mix.Project

@version "0.7.3"
@version "0.7.4"

def project do
[
Expand All @@ -12,7 +12,7 @@ defmodule ElixirMake.Mixfile do
package: package(),
docs: docs(),
deps: deps(),
xref: [exclude: [:crypto, :ssl, :public_key, :httpc]]
xref: [exclude: [Mix, :crypto, :ssl, :public_key, :httpc]]
]
end

Expand Down

0 comments on commit 5325865

Please sign in to comment.