Skip to content

Commit 296ac2d

Browse files
committed
chore: bump v0.30.2
1 parent 8631f78 commit 296ac2d

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Main
44

5+
## v0.30.2
6+
7+
- Surface 'text' condition in css query error message (#714)
8+
- Allow 2.0 in httpoison in version constraint (#725)
9+
- Allow setting of optional cookie attributes (#711)
10+
511
## v0.30.1 (2022-07-16)
612

713
### Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Add Wallaby to your list of dependencies in `mix.exs`:
8686
```elixir
8787
def deps do
8888
[
89-
{:wallaby, "~> 0.30.0", runtime: false, only: :test}
89+
{:wallaby, "~> 0.30", runtime: false, only: :test}
9090
]
9191
end
9292
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Wallaby.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/elixir-wallaby/wallaby"
5-
@version "0.30.1"
5+
@version "0.30.2"
66
@drivers ~w(selenium chrome)
77
@selected_driver System.get_env("WALLABY_DRIVER")
88
@maintainers ["Mitchell Hanberg"]

0 commit comments

Comments
 (0)