We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64521e7 commit e54c4e7Copy full SHA for e54c4e7
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
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
14
## v0.34.0 (2024-05-30)
15
16
This release requires Elixir v1.13.
mix.exs
@@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
use Mix.Project
@source_url "https://github.com/elixir-lang/ex_doc"
- @version "0.34.0"
+ @version "0.34.1"
def project do
[
0 commit comments