From 08dba8f974f7bba60b47f39d377f818c7cda0152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Wed, 10 Apr 2024 11:18:32 +0200 Subject: [PATCH] Release v0.32.0 --- CHANGELOG.md | 14 ++++++++++++++ mix.exs | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 780e3e85d..a6e0bcd3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v0.32.0 (2024-04-10) + + * Enhancements + * Add the ability to see previews during autocompletion + * Remove serif font for content and prefer using the operating system font instead + * Allow the search bar to be focused at any moment + * Make functions acceptable for `:skip_undefined_reference_warnings_on` + * Make functions acceptable for `:skip_code_autolink_to` + * Allow using meta tags to disable autocompletion and configure the full text search + + * Bug fixes + * Fix blockquote padding inside tabset on small screens + * Consistently index h2 and h3 headers + ## v0.31.2 (2024-03-05) * Enhancements diff --git a/mix.exs b/mix.exs index 3ac7a0875..6035d1543 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.31.2" + @version "0.32.0" def project do [