From c4ebc120e2ca84d53adf6d0de37db630831a1670 Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Thu, 2 Nov 2023 01:37:56 -0700 Subject: [PATCH] garden v0.9.0 Signed-off-by: David Aguilar --- changelog.html | 9 ++++++++- print.html | 9 ++++++++- searchindex.js | 2 +- searchindex.json | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/changelog.html b/changelog.html index 71e86dc..2ed1720 100644 --- a/changelog.html +++ b/changelog.html @@ -150,6 +150,13 @@

Garden User Guide

Changelog

+

v0.9.0

+

Features

+
    +
  • garden grow now sets git config remote.$name.tagopt --no-tags +when adding additional remotes. This prevents accidentally fetching tags +when interacting with remotes.
  • +

v0.8.1

Fixes:

    @@ -251,7 +258,7 @@

    v0.5.0

    using the standard (brace-less) shell $variable syntax. The braced ${garden} variable syntax remains reserved for resolving Garden Variables. Double-$ braces (ex: $${...}) can be used to escape a $${variable} from -evaluation so that a literal the ${variable} value is used by the garden command. +evaluation so that a literal ${variable} value is used in the garden command. (#11) (#12)

    diff --git a/print.html b/print.html index 6e83687..4d383d2 100644 --- a/print.html +++ b/print.html @@ -1696,6 +1696,13 @@

Changelog

+

v0.9.0

+

Features

+

v0.8.1

Fixes: