Skip to content

Commit 71c7483

Browse files
committed
Release v0.5.14
1 parent 56a227f commit 71c7483

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## v0.5.14 (2025-07-02)
4+
5+
* [`run_plug`]: Remove warning about `into: fun` with `{:halt, acc}` result.
6+
7+
The warning never been particularly useful because it's not like users
8+
can do anything about it.
9+
310
## v0.5.13 (2025-07-02)
411

512
* [`run_plug`]: Ease transition to automatically parsing request body.

mix.exs

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

4-
@version "0.5.13"
4+
@version "0.5.14"
55
@source_url "https://github.com/wojtekmach/req"
66

77
def project do

0 commit comments

Comments
 (0)