Skip to content

Commit

Permalink
Release v0.30.7
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Oct 15, 2023
1 parent 194a25b commit a27002e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v0.30.7 (2023-10-15)

* Bug fixes
* Do not crash on EDoc type annotations
* Do not crash on functions without name
* Handle remote types in records
* Fix scrolling to top on iOS
* Fix invalid output markup for “hover link” headings

* Enhancements
* Support any String.Chars as the extra page name
* Improve screen reader accessibility
* Add `:skip_code_autolink_to` option

## v0.30.6 (2023-08-25)

* Enhancements
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.30.6"
@version "0.30.7"

def project do
[
Expand Down

0 comments on commit a27002e

Please sign in to comment.