We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c93ad commit 4ab3cecCopy full SHA for 4ab3cec
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.15.1
2
+------
3
+#### Changes
4
+- Improve logging for a case with the missing source file (#295).
5
+
6
0.15.0
7
------
8
#### Enhancements
mix.exs
@@ -6,7 +6,7 @@ defmodule ExCoveralls.Mixfile do
def project do
[
app: :excoveralls,
9
- version: "0.15.0",
+ version: "0.15.1",
10
elixir: "~> 1.3",
11
elixirc_paths: elixirc_paths(Mix.env()),
12
deps: deps(),
0 commit comments