Skip to content

Commit 4bc56b9

Browse files
committed
Release v0.37.0
1 parent d0ea964 commit 4bc56b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Changelog
22

3-
## v0.37.0-rc.2 (2025-01-29)
3+
## v0.37.0 (2025-02-05)
44

5-
Thank you to @liamcmitchell and @hichemfantar for the extensive contributions in this new release.
5+
Thanks to @liamcmitchell and @hichemfantar for the extensive contributions in this new release.
66

77
* Enhancements
88
* Optimize and parallelize module retriever, often leading to 20x-30x faster docs generation
99
* Considerably improve page loading times in the browser
1010
* Allow customizing `search_data` for extra pages
1111
* Use native style for scroll bars
12-
* Enhance links between extra pages with padding and hover effects
12+
* Enhance links between extras/pages/guides with padding and hover effects
1313
* Go to latest goes to the same page if it exists, root otherwise
1414
* Apply new style and layout for tabs
1515
* Increase font-weight on sidebar on Apple machines/devices

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.2"
5+
@version "0.37.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)