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 4f9dd12 commit 0591c71Copy full SHA for 0591c71
CHANGELOG.md
@@ -1,13 +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
10
* Makes sure it is OK for the profiled code to send/receive messages (#13).
+* Fix for warnings with elixir v1.11.
+ * Add :tools to extra_applications in mix.exs (#15).
11
12
0.2.3
13
mix.exs
@@ -3,7 +3,7 @@ defmodule ExProf.Mixfile do
def project do
[ app: :exprof,
- version: "0.2.5",
+ version: "0.2.4",
elixir: "~> 1.0",
deps: deps(),
description: description(),
0 commit comments