Skip to content

Commit

Permalink
Merge pull request #39 from williamthome/chore/bump-version
Browse files Browse the repository at this point in the history
Bump to v0.9.2
  • Loading branch information
williamthome committed Jun 4, 2024
2 parents e79bc1e + 89ea4d1 commit dd2fe8f
Show file tree
Hide file tree
Showing 22 changed files with 201 additions and 201 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ An Erlang library to test `@doc` tags and `-moduledoc` and `-doc` attributes.
{test, [
% 'debug_info' is required to extract doc chunks.
{erl_opts, [debug_info]},
{deps, [{doctest, "0.9.1"}]}
{deps, [{doctest, "0.9.2"}]}
]}
]}.
% 'doctest_eunit_report' is required to pretty print and correctly displays the failed tests.
Expand Down
4 changes: 2 additions & 2 deletions doc/.build
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ dist/merriweather-latin-ext-300-normal-K6L27CZ5.woff2
dist/merriweather-vietnamese-300-italic-EHHNZPUO.woff2
dist/merriweather-vietnamese-300-normal-U376L4Z4.woff2
dist/remixicon-NKANDIL5.woff2
dist/search_data-0061FD47.js
dist/sidebar_items-40767867.js
dist/search_data-EB25CB31.js
dist/sidebar_items-45FA31BC.js
doctest.html
doctest_eunit.html
doctest_eunit_report.html
Expand Down
12 changes: 6 additions & 6 deletions doc/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.31.2">
<meta name="project" content="doctest v0.9.1">
<meta name="project" content="doctest v0.9.2">


<meta name="robots" content="noindex">

<title>404 — doctest v0.9.1</title>
<title>404 — doctest v0.9.2</title>
<link rel="stylesheet" href="dist/html-erlang-DUKXLSAT.css" />


<script src="dist/handlebars.runtime-NWIB6V2M.js"></script>
<script src="dist/handlebars.templates-A7S2WMC7.js"></script>
<script src="dist/sidebar_items-40767867.js"></script>
<script src="dist/sidebar_items-45FA31BC.js"></script>

<script src="docs_config.js"></script>

Expand Down Expand Up @@ -57,7 +57,7 @@
doctest
</a>
<div class="sidebar-projectVersion" translate="no">
v0.9.1
v0.9.2
</div>
</div>
</div>
Expand Down Expand Up @@ -131,9 +131,9 @@ <h1>
<p>

<span class="line">
<a href="https://hex.pm/packages/doctest/0.9.1" class="footer-hex-package">Hex Package</a>
<a href="https://hex.pm/packages/doctest/0.9.2" class="footer-hex-package">Hex Package</a>

<a href="https://preview.hex.pm/preview/doctest/0.9.1">Hex Preview</a>
<a href="https://preview.hex.pm/preview/doctest/0.9.2">Hex Preview</a>

</span>

Expand Down
14 changes: 7 additions & 7 deletions doc/api-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.31.2">
<meta name="project" content="doctest v0.9.1">
<meta name="project" content="doctest v0.9.2">


<title>API Reference — doctest v0.9.1</title>
<title>API Reference — doctest v0.9.2</title>
<link rel="stylesheet" href="dist/html-erlang-DUKXLSAT.css" />


<script src="dist/handlebars.runtime-NWIB6V2M.js"></script>
<script src="dist/handlebars.templates-A7S2WMC7.js"></script>
<script src="dist/sidebar_items-40767867.js"></script>
<script src="dist/sidebar_items-45FA31BC.js"></script>

<script src="docs_config.js"></script>

Expand Down Expand Up @@ -55,7 +55,7 @@
doctest
</a>
<div class="sidebar-projectVersion" translate="no">
v0.9.1
v0.9.2
</div>
</div>
</div>
Expand Down Expand Up @@ -123,7 +123,7 @@ <h1>
</a>


<span>API Reference <small class="app-vsn">doctest v0.9.1</small></span>
<span>API Reference <small class="app-vsn">doctest v0.9.2</small></span>
</h1>


Expand Down Expand Up @@ -229,9 +229,9 @@ <h2 id="modules" class="section-heading">
<p>

<span class="line">
<a href="https://hex.pm/packages/doctest/0.9.1" class="footer-hex-package">Hex Package</a>
<a href="https://hex.pm/packages/doctest/0.9.2" class="footer-hex-package">Hex Package</a>

<a href="https://preview.hex.pm/preview/doctest/0.9.1">Hex Preview</a>
<a href="https://preview.hex.pm/preview/doctest/0.9.2">Hex Preview</a>

</span>

Expand Down

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion doc/dist/sidebar_items-40767867.js

This file was deleted.

1 change: 1 addition & 0 deletions doc/dist/sidebar_items-45FA31BC.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified doc/doctest.epub
Binary file not shown.
Loading

0 comments on commit dd2fe8f

Please sign in to comment.