Skip to content

Commit b04392c

Browse files
committed
Bump plugin version and update CHANGELOG
1 parent ee2ca63 commit b04392c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v0.2.20]
11+
12+
- Bump ex_doc to 0.30.5
13+
- Minor doc changes (#61)
14+
- Fix rendering issues when mermaid is used (#59)
15+
16+
1017
## [v0.2.19]
1118

1219
* Fix negation behaviour of output param in config (#56)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule RebarHexDoc.MixProject do
44
def project do
55
[
66
app: :rebar_ex_doc,
7-
version: "0.2.19",
7+
version: "0.2.20",
88
elixir: "~> 1.13",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),

src/rebar3_ex_doc.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, rebar3_ex_doc,
22
[{description, "rebar3 plugin for generating docs with ex_doc"},
3-
{vsn, "0.2.19"},
3+
{vsn, "0.2.20"},
44
{registered, []},
55
{applications,
66
[kernel,

0 commit comments

Comments
 (0)