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 Dec 24, 2017
1 parent b4446e3 commit 43821d5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.8.0
------
#### Enhancements
* Add --sort option to local runner (#125).
* Merge dot file settings and project settings (#122).

0.7.5
------
#### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ end

defp deps do
[
{:excoveralls, "~> 0.7", only: :test}
{:excoveralls, "~> 0.8", only: :test}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule ExCoveralls.Mixfile do

def project do
[ app: :excoveralls,
version: "0.7.5",
version: "0.8.0",
elixir: "~> 1.2",
deps: deps(),
description: description(),
Expand Down

0 comments on commit 43821d5

Please sign in to comment.