Skip to content

Commit

Permalink
Bump plugin version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
starbelly committed Aug 15, 2023
1 parent ee2ca63 commit b04392c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.2.20]

- Bump ex_doc to 0.30.5
- Minor doc changes (#61)
- Fix rendering issues when mermaid is used (#59)


## [v0.2.19]

* Fix negation behaviour of output param in config (#56)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule RebarHexDoc.MixProject do
def project do
[
app: :rebar_ex_doc,
version: "0.2.19",
version: "0.2.20",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down
2 changes: 1 addition & 1 deletion src/rebar3_ex_doc.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, rebar3_ex_doc,
[{description, "rebar3 plugin for generating docs with ex_doc"},
{vsn, "0.2.19"},
{vsn, "0.2.20"},
{registered, []},
{applications,
[kernel,
Expand Down

0 comments on commit b04392c

Please sign in to comment.