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 b0cae15 commit 065976dCopy full SHA for 065976d
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v1.18.1 (2025-07-01)
4
+
5
+### Enhancements
6
7
+ * [Plug.Debugger] Do not include code snippets in rendered markdown
8
+ * [Plug.RewriteOn] Add support to rewrite nonstandard headers
9
10
## v1.18.0 (2025-05-28)
11
12
### Enhancements
mix.exs
@@ -1,7 +1,7 @@
defmodule Plug.MixProject do
use Mix.Project
- @version "1.18.0"
+ @version "1.18.1"
@description "Compose web applications with functions"
@xref_exclude [Plug.Cowboy, :ssl]
@source_url "https://github.com/elixir-plug/plug"
0 commit comments