We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8dc51d commit 610c538Copy full SHA for 610c538
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.18.4
2
+------
3
+#### Changes
4
+- Elixir 1.18 compatibility (#333)
5
+
6
0.18.3
7
------
8
#### Changes
mix.exs
@@ -6,7 +6,7 @@ defmodule ExCoveralls.Mixfile do
def project do
[
app: :excoveralls,
9
- version: "0.18.3",
+ version: "0.18.4",
10
elixir: "~> 1.11",
11
elixirc_paths: elixirc_paths(Mix.env()),
12
deps: deps(),
0 commit comments