From 4bc56b9eb9fa0ccf393ae1fbf23110766d450aae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Wed, 5 Feb 2025 09:52:02 +0100 Subject: [PATCH] Release v0.37.0 --- CHANGELOG.md | 6 +++--- mix.exs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3259a419d..781aac9f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,15 @@ # Changelog -## v0.37.0-rc.2 (2025-01-29) +## v0.37.0 (2025-02-05) -Thank you to @liamcmitchell and @hichemfantar for the extensive contributions in this new release. +Thanks to @liamcmitchell and @hichemfantar for the extensive contributions in this new release. * Enhancements * Optimize and parallelize module retriever, often leading to 20x-30x faster docs generation * Considerably improve page loading times in the browser * Allow customizing `search_data` for extra pages * Use native style for scroll bars - * Enhance links between extra pages with padding and hover effects + * Enhance links between extras/pages/guides with padding and hover effects * Go to latest goes to the same page if it exists, root otherwise * Apply new style and layout for tabs * Increase font-weight on sidebar on Apple machines/devices diff --git a/mix.exs b/mix.exs index 13aa1fe7a..7a510fb40 100644 --- a/mix.exs +++ b/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-rc.2" + @version "0.37.0" def project do [