We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076d024 commit 8b353fdCopy full SHA for 8b353fd
2 files changed
CHANGELOG.md
@@ -4,6 +4,9 @@
4
### Features
5
* Better error messages for `assert_response_matches`, now showing GraphQL errors if they exist.
6
7
+### Bugs
8
+* Fix compilation error with Elixir 1.12
9
+
10
## 0.18.0
11
12
* Exports `locals_without_parens` in the `.formatter.exs` so people can use these assertions
mix.exs
@@ -4,7 +4,7 @@ defmodule Assertions.MixProject do
def project do
[
app: :assertions,
- version: "0.18.1",
+ version: "0.19.0",
elixir: "~> 1.7",
deps: deps(),
description: description(),
0 commit comments