Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
starbelly committed Sep 22, 2024
1 parent 525cd6c commit 4ca5422
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.2.24]

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

## [v0.2.33]

- Update to ex_doc 0.32.2
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.23",
version: "0.2.24",
elixir: "~> 1.13",
deps: [ex_doc: "#{@ex_doc_version}"],
escript: [
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.23"},
{vsn, "0.2.24"},
{registered, []},
{applications,
[kernel,
Expand Down

0 comments on commit 4ca5422

Please sign in to comment.