Skip to content

Commit

Permalink
Bump version (patch level) and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
starbelly committed Jun 21, 2022
1 parent 2a995fd commit 8fab649
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- fix default edoc opts
## [v0.2.12]

- fix default edoc opts (#30)

## v0.2.10 [2022-05-30]

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.11",
version: "0.2.12",
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.11"},
{vsn, "0.2.12"},
{registered, []},
{applications,
[kernel,
Expand Down

0 comments on commit 8fab649

Please sign in to comment.