File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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: [
Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments