We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66fbc7 commit 91a8267Copy full SHA for 91a8267
CHANGELOG.md
@@ -1,9 +1,12 @@
1
-Unreleased
+0.18.2
2
------
3
#### Enhancements
4
- Print warnings about incorrectly used ignore-markers (#325), such as start-marker
5
without a corresponding stop-marker, or two start-markers without a stop-marker in-between etc.
6
7
+#### Changes
8
+- Fix Elixir 1.17 single-quoted string warning (#327)
9
+
10
0.18.1
11
12
#### Changes
mix.exs
@@ -6,7 +6,7 @@ defmodule ExCoveralls.Mixfile do
def project do
[
app: :excoveralls,
- version: "0.18.1",
+ version: "0.18.2",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
deps: deps(),
0 commit comments