Skip to content

Commit

Permalink
deploy: 63c0234
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Nov 8, 2023
1 parent d4b45df commit 6d0ded6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion man/en/chapter_31.html
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ <h4 id="uuid-and-hash-generation"><a class="header" href="#uuid-and-hash-generat
</ul>
<h4 id="semantic-versions"><a class="header" href="#semantic-versions">Semantic Versions</a></h4>
<ul>
<li><code>semver_matches(version, requirement)</code><sup>master</sup> - Check whether a <a href="https://semver.org">semantic <code>version</code></a>, e.g., <code>&quot;0.1.0&quot;</code> matches a <code>requirement</code>, e.g., <code>&quot;&gt;=0.1.0&quot;</code>, returning <code>&quot;true&quot;</code> if so and <code>&quot;false&quot;</code> otherwise.</li>
<li><code>semver_matches(version, requirement)</code><sup>1.16.0</sup> - Check whether a <a href="https://semver.org">semantic <code>version</code></a>, e.g., <code>&quot;0.1.0&quot;</code> matches a <code>requirement</code>, e.g., <code>&quot;&gt;=0.1.0&quot;</code>, returning <code>&quot;true&quot;</code> if so and <code>&quot;false&quot;</code> otherwise.</li>
</ul>

</main>
Expand Down
2 changes: 1 addition & 1 deletion man/en/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ <h4 id="uuid-and-hash-generation"><a class="header" href="#uuid-and-hash-generat
</ul>
<h4 id="semantic-versions"><a class="header" href="#semantic-versions">Semantic Versions</a></h4>
<ul>
<li><code>semver_matches(version, requirement)</code><sup>master</sup> - Check whether a <a href="https://semver.org">semantic <code>version</code></a>, e.g., <code>&quot;0.1.0&quot;</code> matches a <code>requirement</code>, e.g., <code>&quot;&gt;=0.1.0&quot;</code>, returning <code>&quot;true&quot;</code> if so and <code>&quot;false&quot;</code> otherwise.</li>
<li><code>semver_matches(version, requirement)</code><sup>1.16.0</sup> - Check whether a <a href="https://semver.org">semantic <code>version</code></a>, e.g., <code>&quot;0.1.0&quot;</code> matches a <code>requirement</code>, e.g., <code>&quot;&gt;=0.1.0&quot;</code>, returning <code>&quot;true&quot;</code> if so and <code>&quot;false&quot;</code> otherwise.</li>
</ul>
<div style="break-before: page; page-break-before: always;"></div><h3 id="recipe-attributes"><a class="header" href="#recipe-attributes">Recipe Attributes</a></h3>
<p>Recipes may be annotated with attributes that change their behavior.</p>
Expand Down
2 changes: 1 addition & 1 deletion man/en/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion man/en/searchindex.json

Large diffs are not rendered by default.

0 comments on commit 6d0ded6

Please sign in to comment.