Skip to content

Commit

Permalink
Bump version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Oct 10, 2023
1 parent c76d8ed commit 97476ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.18.0
------
#### Changes
- Always floor coverage instead of rounding (#310).
- **Note:** If you want to keep the previous rounding behavior, please check the `floor_coverage` option.
- https://github.com/parroty/excoveralls#coverage-options

0.17.1
------
#### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule ExCoveralls.Mixfile do
def project do
[
app: :excoveralls,
version: "0.17.1",
version: "0.18.0",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
deps: deps(),
Expand Down

0 comments on commit 97476ce

Please sign in to comment.