Skip to content

Commit 442968f

Browse files
committed
Bump version and update CHANGELOG
1 parent 1fcfbed commit 442968f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.2.28]
11+
12+
Add backwards compat support for extras options as maps [#112](https://github.com/jelly-beam/rebar3_ex_doc/pull/112)
13+
1014
## [v0.2.27]
1115

1216
- Update to ex_doc 0.38.1 [#111](https://github.com/jelly-beam/rebar3_ex_doc/pull/111)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Rebar3ExDoc.MixProject do
44
def project do
55
[
66
app: :rebar3_ex_doc,
7-
version: "0.2.27",
7+
version: "0.2.28",
88
elixir: "~> 1.13",
99
deps: [ex_doc: "#{@ex_doc_version}"],
1010
escript: [

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.27"},
3+
{vsn, "0.2.28"},
44
{registered, []},
55
{applications,
66
[kernel,

0 commit comments

Comments
 (0)