Skip to content

Commit 4f9dd12

Browse files
committed
Bump version
1 parent 3f90fe9 commit 4f9dd12

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
0.2.4
28
------
39
#### Changes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule ExProf.Mixfile do
33

44
def project do
55
[ app: :exprof,
6-
version: "0.2.4",
6+
version: "0.2.5",
77
elixir: "~> 1.0",
88
deps: deps(),
99
description: description(),

0 commit comments

Comments
 (0)