Skip to content

Commit

Permalink
Release v0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Aug 2, 2021
1 parent b620c68 commit 38efd29
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.25.1 (2021-08-02)

* Enhancements
* Group callbacks
* Use shell lexer for code blocks with no language and starting with `$ `

* Bug fixes
* Fix generating type signatures with maps
* Skip Erlang modules that have empty docs
* Skip Erlang functions that have empty docs
* Fix accidentally showing shape of opaque types

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

* 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.25.0"
@version "0.25.1"

def project do
[
Expand Down

0 comments on commit 38efd29

Please sign in to comment.