Skip to content

Commit

Permalink
garden v0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: David Aguilar <davvid@gmail.com>
  • Loading branch information
davvid committed Nov 2, 2023
1 parent 0c202d3 commit c4ebc12
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
9 changes: 8 additions & 1 deletion changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,13 @@ <h1 class="menu-title">Garden User Guide</h1>
<div id="content" class="content">
<main>
<h1 id="changelog"><a class="header" href="#changelog">Changelog</a></h1>
<h2 id="v090"><a class="header" href="#v090">v0.9.0</a></h2>
<p><strong>Features</strong></p>
<ul>
<li><code>garden grow</code> now sets <code>git config remote.$name.tagopt --no-tags</code>
when adding additional remotes. This prevents accidentally fetching tags
when interacting with remotes.</li>
</ul>
<h2 id="v081"><a class="header" href="#v081">v0.8.1</a></h2>
<p><strong>Fixes</strong>:</p>
<ul>
Expand Down Expand Up @@ -251,7 +258,7 @@ <h2 id="v050"><a class="header" href="#v050">v0.5.0</a></h2>
using the standard (brace-less) shell <code>$variable</code> syntax. The braced <code>${garden}</code>
variable syntax remains reserved for resolving Garden Variables.
Double-<code>$</code> braces (ex: <code>$${...}</code>) can be used to escape a <code>$${variable}</code> from
evaluation so that a literal the <code>${variable}</code> value is used by the garden command.
evaluation so that a literal <code>${variable}</code> value is used in the garden command.
(<a href="https://github.com/davvid/garden/issues/11">#11</a>)
(<a href="https://github.com/davvid/garden/pull/12">#12</a>)</p>
</li>
Expand Down
9 changes: 8 additions & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1696,6 +1696,13 @@ <h2 id="self-contained-installation-demo"><a class="header" href="#self-containe
<p>Voila, we now have a fully functional development environment with PyQt5, qtpy
and Git Cola ready to go for development.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="changelog"><a class="header" href="#changelog">Changelog</a></h1>
<h2 id="v090"><a class="header" href="#v090">v0.9.0</a></h2>
<p><strong>Features</strong></p>
<ul>
<li><code>garden grow</code> now sets <code>git config remote.$name.tagopt --no-tags</code>
when adding additional remotes. This prevents accidentally fetching tags
when interacting with remotes.</li>
</ul>
<h2 id="v081"><a class="header" href="#v081">v0.8.1</a></h2>
<p><strong>Fixes</strong>:</p>
<ul>
Expand Down Expand Up @@ -1797,7 +1804,7 @@ <h2 id="v050"><a class="header" href="#v050">v0.5.0</a></h2>
using the standard (brace-less) shell <code>$variable</code> syntax. The braced <code>${garden}</code>
variable syntax remains reserved for resolving Garden Variables.
Double-<code>$</code> braces (ex: <code>$${...}</code>) can be used to escape a <code>$${variable}</code> from
evaluation so that a literal the <code>${variable}</code> value is used by the garden command.
evaluation so that a literal <code>${variable}</code> value is used in the garden command.
(<a href="https://github.com/davvid/garden/issues/11">#11</a>)
(<a href="https://github.com/davvid/garden/pull/12">#12</a>)</p>
</li>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit c4ebc12

Please sign in to comment.