Skip to content

Commit

Permalink
Release v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Jul 20, 2021
1 parent 8b754f4 commit 3c57bbf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v0.25.0 (2021-07-20)

* Enhancements
* Handle remote types when generating signatures, e.g. `@callback callback1(GenServer.options())` becomes `callback1(options)`
* Support Markdown processor options
* Add `--paths` command line argument to prepend directories to the code path when generating docs
* Make shell prompt, `$ `, not selectable for `shell`, `sh`, `bash` and `zsh` code blocks

* Bug fixes
* Fix custom links to undefined/hidden references
* Fix generating external links with `:deps` configuration
* Add ellipsis to more sections

* Backwards incompatible changes
* Remove function landing pages

## v0.24.2 (2021-04-06)

* 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.24.3-dev"
@version "0.25.0"

def project do
[
Expand Down

0 comments on commit 3c57bbf

Please sign in to comment.