File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.34.1 (2024-06-30)
4+
5+ * Enhancements
6+ * Add a ` v ` shortcut to open/focus the version select
7+ * Compatibility fixes for Elixir v1.17 and Erlang/OTP 27+
8+
9+ * Bug fixes
10+ * Do not crash on unknown media types in assets during EPUB generation
11+ * Fix slight shift on search bar input during focus
12+ * Avoid unwanted showing/hiding of search bar on mobile when scrolling
13+
314## v0.34.0 (2024-05-30)
415
516This release requires Elixir v1.13.
Original file line number Diff line number Diff 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.34.0 "
5+ @ version "0.34.1 "
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments