We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d1d80 commit d11bdc2Copy full SHA for d11bdc2
CHANGELOG.md
@@ -1,10 +1,8 @@
1
-0.18.5
+0.18.4
2
------
3
#### Enhancements
4
- Add Custom Filename support for coveralls.json (#335)
5
6
-0.18.4
7
-------
8
#### Changes
9
- Elixir 1.18 compatibility (#333)
10
mix.exs
@@ -6,7 +6,7 @@ defmodule ExCoveralls.Mixfile do
def project do
[
app: :excoveralls,
- version: "0.18.5",
+ version: "0.18.4",
elixir: "~> 1.11",
11
elixirc_paths: elixirc_paths(Mix.env()),
12
deps: deps(),
0 commit comments