Skip to content

Commit 97476ce

Browse files
committed
Bump version and update CHANGELOG
1 parent c76d8ed commit 97476ce

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.18.0
2+
------
3+
#### Changes
4+
- Always floor coverage instead of rounding (#310).
5+
- **Note:** If you want to keep the previous rounding behavior, please check the `floor_coverage` option.
6+
- https://github.com/parroty/excoveralls#coverage-options
7+
18
0.17.1
29
------
310
#### 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.17.1",
9+
version: "0.18.0",
1010
elixir: "~> 1.11",
1111
elixirc_paths: elixirc_paths(Mix.env()),
1212
deps: deps(),

0 commit comments

Comments
 (0)