Skip to content

Commit 344026c

Browse files
committed
Release v0.37.0-rc.1
1 parent b0a2412 commit 344026c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Changelog
22

3-
## v0.37.0-rc.0 (2025-01-25)
3+
## v0.37.0-rc.1 (2025-01-28)
44

55
Thank you to @liamcmitchell and @hichemfantar for the extensive contributions in this new release.
66

77
* Enhancements
8+
* Optimize and parallelize module retriever, often leading to 20x-30x faster docs generation
89
* Considerably improve page loading times in the browser
910
* Allow customizing `search_data` for extra pages
1011
* Use native style for scroll bars

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/elixir-lang/ex_doc"
5-
@version "0.37.0-rc.0"
5+
@version "0.37.0-rc.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)