Skip to content

Commit

Permalink
Release v0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jul 7, 2023
1 parent 964a226 commit 2ffaa81
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.0 (2023-07-07)

* Enhancements
* Support tabsets (see the README for more information)
* Improve search results and indexing by storing more data and metadata
* Warn on invalid references in links
* Strike-through deprecated items on autocompletion
* Add source URL link to API reference page
* Allow multiple extra files with the same name by generating unique names in case of conflicts

* Bug fixes
* Fix rendering of large code blocks in admonition texts
* Do not log errors on module mismatch in case-insensitive file systems

## v0.29.4 (2023-03-29)

* Bug fixes
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.29.4"
@version "0.30.0"

def project do
[
Expand Down

0 comments on commit 2ffaa81

Please # to comment.