Skip to content

Commit 1377477

Browse files
committed
Update changelog and bump patch version
1 parent 93e3e24 commit 1377477

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v0.2.25]
11+
12+
- Update to ex_doc 0.35.1
13+
- Allow users to put include directives in their erl_opts [#108](https://github.com/jelly-beam/rebar3_ex_doc/pull/108)
14+
by @ThomasArts
15+
- Fix assets support [#107](https://github.com/jelly-beam/rebar3_ex_doc/pull/107) by @ThomasArts
16+
1017
## [v0.2.24]
1118

1219
- Use a more recent Hex version [#101](https://github.com/jelly-beam/rebar3_ex_doc/pull/101)
1320
- Fix broken link [#100](https://github.com/jelly-beam/rebar3_ex_doc/pull/100)
14-
- Sync support windows changes by [#96](ttps://github.com/jelly-beam/rebar3_ex_doc/pull/96)
21+
- Sync support windows changes by [#96](https://github.com/jelly-beam/rebar3_ex_doc/pull/96)
1522

1623
## [v0.2.33]
1724

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

0 commit comments

Comments
 (0)