We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42832e2 commit 0ab3d49Copy full SHA for 0ab3d49
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.37.3 (2025-03-06)
4
+
5
+ * Bug fixes
6
+ * Handle `http-equiv=refresh` during Swup.js navigation
7
+ * Include full error description when syntax highlighting fails
8
9
## v0.37.2 (2025-02-19)
10
11
* Bug fixes
mix.exs
@@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
use Mix.Project
@source_url "https://github.com/elixir-lang/ex_doc"
- @version "0.37.2"
+ @version "0.37.3"
def project do
[
0 commit comments