Skip to content

Commit

Permalink
Bump to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtaylor committed Jan 12, 2021
1 parent fc07f00 commit 812f1a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.2.4

- Fixed behaviour of `max_errors` when it's set to `0`.

## 0.2.3

- Added support for an optional `max_errors` parameter in
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The package can be installed by adding `snap` to your list of dependencies in
```elixir
def deps do
[
{:snap, "~> 0.2.3"}
{:snap, "~> 0.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Snap.MixProject do
use Mix.Project

@github_url "https://github.com/tomtaylor/snap"
@version "0.2.3"
@version "0.2.4"

def project do
[
Expand Down

0 comments on commit 812f1a0

Please sign in to comment.