Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jun 20, 2024
1 parent 64521e7 commit e54c4e7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v0.34.1 (2024-06-30)

* Enhancements
* Add a `v` shortcut to open/focus the version select
* Compatibility fixes for Elixir v1.17 and Erlang/OTP 27+

* Bug fixes
* Do not crash on unknown media types in assets during EPUB generation
* Fix slight shift on search bar input during focus
* Avoid unwanted showing/hiding of search bar on mobile when scrolling

## v0.34.0 (2024-05-30)

This release requires Elixir v1.13.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit e54c4e7

Please sign in to comment.