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 Jul 23, 2024
1 parent f66fbc7 commit 91a8267
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
Unreleased
0.18.2
------
#### Enhancements
- Print warnings about incorrectly used ignore-markers (#325), such as start-marker
without a corresponding stop-marker, or two start-markers without a stop-marker in-between etc.

#### Changes
- Fix Elixir 1.17 single-quoted string warning (#327)

0.18.1
------
#### Changes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

2 comments on commit 91a8267

@fuelen
Copy link

@fuelen fuelen commented on 91a8267 Jul 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @parroty
Seems like you forgot to push a new version to hex.pm 🙂

@parroty
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the follow-up. I have published the new version to hex.pm.

Please sign in to comment.