We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a227f commit 71c7483Copy full SHA for 71c7483
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
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
10
## v0.5.13 (2025-07-02)
11
12
* [`run_plug`]: Ease transition to automatically parsing request body.
mix.exs
@@ -1,7 +1,7 @@
defmodule Req.MixProject do
use Mix.Project
- @version "0.5.13"
+ @version "0.5.14"
@source_url "https://github.com/wojtekmach/req"
def project do
0 commit comments