We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26120fb commit 7952661Copy full SHA for 7952661
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+0.18.3
2
+------
3
+#### Changes
4
+- Avoid warning messages for Cobertura
5
+ - Update Range to use function syntax (#332)
6
+
7
0.18.2
8
------
9
#### Enhancements
mix.exs
@@ -6,7 +6,7 @@ defmodule ExCoveralls.Mixfile do
def project do
[
app: :excoveralls,
- version: "0.18.2",
+ version: "0.18.3",
10
elixir: "~> 1.11",
11
elixirc_paths: elixirc_paths(Mix.env()),
12
deps: deps(),
0 commit comments