Skip to content

Commit 91a8267

Browse files
committed
Bump version and update CHANGELOG
1 parent f66fbc7 commit 91a8267

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
Unreleased
1+
0.18.2
22
------
33
#### Enhancements
44
- Print warnings about incorrectly used ignore-markers (#325), such as start-marker
55
without a corresponding stop-marker, or two start-markers without a stop-marker in-between etc.
66

7+
#### Changes
8+
- Fix Elixir 1.17 single-quoted string warning (#327)
9+
710
0.18.1
811
------
912
#### Changes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule ExCoveralls.Mixfile do
66
def project do
77
[
88
app: :excoveralls,
9-
version: "0.18.1",
9+
version: "0.18.2",
1010
elixir: "~> 1.11",
1111
elixirc_paths: elixirc_paths(Mix.env()),
1212
deps: deps(),

0 commit comments

Comments
 (0)