Skip to content

Commit

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

## [Unreleased]

## [v0.2.21]

- Add Elixir script to bump ex_doc version from CLI ([#67](https://github.com/stabelly/rebar3_ex_doc/pull/67))
- Add new workflow to automatically (and periodically) update `ex_doc` version ([#65](https://github.com/stabelly/rebar3_ex_doc/pull/65))
- [automation] Update `ex_doc` to 0.30.6 ([#68](https://github.com/stabelly/rebar3_ex_doc/pull/68))
- [automation] Update `ex_doc` to 0.30.7 ([#69](https://github.com/stabelly/rebar3_ex_doc/pull/69))
- Use include_paths directive in app.src ([#70](https://github.com/stabelly/rebar3_ex_doc/pull/70))

## [v0.2.20]

- Bump ex_doc to 0.30.5
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 Rebar3ExDoc.MixProject do
def project do
[
app: :rebar3_ex_doc,
version: "0.2.20",
version: "0.2.21",
elixir: "~> 1.13",
deps: [ex_doc: "#{@ex_doc_version}"],
escript: [main_module: ExDoc.CLI, name: "ex_doc", path: "priv/ex_doc"],
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.20"},
{vsn, "0.2.21"},
{registered, []},
{applications,
[kernel,
Expand Down

0 comments on commit e6dc36b

Please sign in to comment.