Skip to content

Commit 38efd29

Browse files
committed
Release v0.25.1
1 parent b620c68 commit 38efd29

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## v0.25.1 (2021-08-02)
4+
5+
* Enhancements
6+
* Group callbacks
7+
* Use shell lexer for code blocks with no language and starting with `$ `
8+
9+
* Bug fixes
10+
* Fix generating type signatures with maps
11+
* Skip Erlang modules that have empty docs
12+
* Skip Erlang functions that have empty docs
13+
* Fix accidentally showing shape of opaque types
14+
315
## v0.25.0 (2021-07-20)
416

517
* Enhancements

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/elixir-lang/ex_doc"
5-
@version "0.25.0"
5+
@version "0.25.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)