Skip to content

Commit 7952661

Browse files
committed
Update CHANGELOG and version
1 parent 26120fb commit 7952661

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.18.3
2+
------
3+
#### Changes
4+
- Avoid warning messages for Cobertura
5+
- Update Range to use function syntax (#332)
6+
17
0.18.2
28
------
39
#### Enhancements

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule ExCoveralls.Mixfile do
66
def project do
77
[
88
app: :excoveralls,
9-
version: "0.18.2",
9+
version: "0.18.3",
1010
elixir: "~> 1.11",
1111
elixirc_paths: elixirc_paths(Mix.env()),
1212
deps: deps(),

0 commit comments

Comments
 (0)