Skip to content

Commit

Permalink
Bump to v0.12.0 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamthome authored Feb 17, 2025
1 parent 554855a commit 00c7d2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ It is compatible with the [doctests syntax introduced in OTP-28](https://github.
{test, [
% 'debug_info' is required to extract doc chunks.
{erl_opts, [debug_info]},
{deps, [{doctest, "~> 0.11"}]}
{deps, [{doctest, "~> 0.12"}]}
]}
]}.
% 'doctest_eunit_report' is required to pretty print and correctly displays the failed Eunit tests.
Expand Down
2 changes: 1 addition & 1 deletion src/doctest.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, doctest, [
{description, "A library to test Erlang documentation"},
{vsn, "0.11.0"},
{vsn, "0.12.0"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []},
Expand Down

0 comments on commit 00c7d2a

Please sign in to comment.