We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe1c66 commit 8a5217eCopy full SHA for 8a5217e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.37.2 (2025-02-19)
4
+
5
+ * Bug fixes
6
+ * Fix code highlighting for languages with non-alphanumeric characters
7
8
## v0.37.1 (2025-02-10)
9
10
* Enhancements
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.1"
+ @version "0.37.2"
def project do
[
0 commit comments