We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f90fe9 commit 4f9dd12Copy full SHA for 4f9dd12
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+0.2.5
2
+------
3
+#### Changes
4
+* Fix for warnings with elixir v1.11.
5
+ * Add :tools to extra_applications in mix.exs (#15).
6
+
7
0.2.4
8
------
9
#### Changes
mix.exs
@@ -3,7 +3,7 @@ defmodule ExProf.Mixfile do
def project do
[ app: :exprof,
- version: "0.2.4",
+ version: "0.2.5",
elixir: "~> 1.0",
deps: deps(),
description: description(),
0 commit comments