Skip to content

Commit e63287d

Browse files
committed
garden v1.10.0
1 parent ef88866 commit e63287d

File tree

4 files changed

+38
-2
lines changed

4 files changed

+38
-2
lines changed

changelog.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,24 @@ <h1 class="menu-title">Garden User Guide</h1>
182182
<div id="content" class="content">
183183
<main>
184184
<h1 id="changelog"><a class="header" href="#changelog">Changelog</a></h1>
185+
<h2 id="v1100"><a class="header" href="#v1100">v1.10.0</a></h2>
186+
<p><em>Released 2024-12-14</em></p>
187+
<p><strong>Features</strong>:</p>
188+
<ul>
189+
<li>
190+
<p><code>garden grow</code> can now filter the remotes that will be updated by specifying a glob
191+
pattern to the new <code>--remote</code> option.</p>
192+
</li>
193+
<li>
194+
<p><code>garden ls</code> now has a <code>-s | --sort</code> option that allows you to sort
195+
trees by name or modification time.</p>
196+
</li>
197+
</ul>
198+
<p><strong>Development</strong>:</p>
199+
<ul>
200+
<li>Use of the <a href="https://rustsec.org/advisories/RUSTSEC-2024-0388">unmaintained</a>
201+
<code>derivative</code> crate has been eliminated.</li>
202+
</ul>
185203
<h2 id="v191"><a class="header" href="#v191">v1.9.1</a></h2>
186204
<p><em>Released 2024-11-06</em></p>
187205
<p><strong>Features</strong>:</p>

print.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2400,6 +2400,24 @@ <h2 id="can-garden-print-out-each-command-in-a-multi-line-command-as-it-is-run">
24002400
world
24012401
</code></pre>
24022402
<div style="break-before: page; page-break-before: always;"></div><h1 id="changelog"><a class="header" href="#changelog">Changelog</a></h1>
2403+
<h2 id="v1100"><a class="header" href="#v1100">v1.10.0</a></h2>
2404+
<p><em>Released 2024-12-14</em></p>
2405+
<p><strong>Features</strong>:</p>
2406+
<ul>
2407+
<li>
2408+
<p><code>garden grow</code> can now filter the remotes that will be updated by specifying a glob
2409+
pattern to the new <code>--remote</code> option.</p>
2410+
</li>
2411+
<li>
2412+
<p><code>garden ls</code> now has a <code>-s | --sort</code> option that allows you to sort
2413+
trees by name or modification time.</p>
2414+
</li>
2415+
</ul>
2416+
<p><strong>Development</strong>:</p>
2417+
<ul>
2418+
<li>Use of the <a href="https://rustsec.org/advisories/RUSTSEC-2024-0388">unmaintained</a>
2419+
<code>derivative</code> crate has been eliminated.</li>
2420+
</ul>
24032421
<h2 id="v191"><a class="header" href="#v191">v1.9.1</a></h2>
24042422
<p><em>Released 2024-11-06</em></p>
24052423
<p><strong>Features</strong>:</p>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)