We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d6fc8 commit 90518d5Copy full SHA for 90518d5
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v0.37.1 (2025-02-10)
4
+
5
+ * Enhancements
6
+ * Support umbrella projects via the CLI
7
8
+ * Bug fixes
9
+ * Make sure docs are rendered inside iframes
10
11
## v0.37.0 (2025-02-05)
12
13
Thanks to @liamcmitchell and @hichemfantar for the extensive contributions in this new release.
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.0"
+ @version "0.37.1"
def project do
[
0 commit comments