From 441e75fb76e5e0d105f68bc0aed692418ea68427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 19 Nov 2024 21:50:47 +0100 Subject: [PATCH] Release v0.35.0 --- CHANGELOG.md | 11 ++++++++--- mix.exs | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88c04679b..56cf978fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,20 @@ # Changelog -## HEAD +## v0.35.0 (2024-11-19) * Enhancements + * Store `proglang` in `searchdata.js` + * Allow searching for atoms inside backticks + * Add support for nominal types from Elang/OTP 28 + * Support a new `:redirects` option which allows configuring redirects in the sidebar * Improve warning when referencing type from a private module - * Rename "Search HexDocs package" modal to "Go to package docs". Support built-in Erlang/OTP - apps. + * Rename "Search HexDocs package" modal to "Go to package docs" + * Support built-in Erlang/OTP apps in "Go to package docs" * Bug fixes * Switch anchor `title` to `aria-label` * Convert admonition blockquotes to sections for screen reader users + * Fix code copy buttons within tabsets ## v0.34.2 (2024-07-08) diff --git a/mix.exs b/mix.exs index 7c1db7d3c..4af53f0a6 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.35.0-dev" + @version "0.35.0" def project do [