Skip to content

Commit c3be343

Browse files
chore(main): release 0.31.0 (#840)
1 parent b7f7605 commit c3be343

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.30.12"
2+
".": "0.31.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.31.0](https://github.com/elixir-wallaby/wallaby/compare/v0.30.12...v0.31.0) (2026-06-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add support for Hackney 4.x, drop Elixir <1.17 and OTP <26 ([#839](https://github.com/elixir-wallaby/wallaby/issues/839))
9+
10+
### Features
11+
12+
* add support for Hackney 4.x, drop Elixir &lt;1.17 and OTP &lt;26 ([#839](https://github.com/elixir-wallaby/wallaby/issues/839)) ([b7f7605](https://github.com/elixir-wallaby/wallaby/commit/b7f7605880e0711702aa0c219a9799edbaa37b22))
13+
314
## [0.30.12](https://github.com/elixir-wallaby/wallaby/compare/v0.30.11...v0.30.12) (2026-01-09)
415

516

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.12"
5+
@version "0.31.0"
66
@drivers ~w(selenium chrome)
77
@selected_driver System.get_env("WALLABY_DRIVER")
88
@maintainers ["Mitchell Hanberg"]

0 commit comments

Comments
 (0)