From de914fa13987c4b354515637991c512a96790e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ste=CC=81phane=20Este-Gracias?= Date: Mon, 21 Jun 2021 11:39:59 +0200 Subject: [PATCH] release: 2.0.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Este-Gracias --- CHANGELOG.md | 4 ++++ sac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c28a2f..158a4f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [2.0.7] - 2021-06-21 +### Fixed +- Touch `.vscode/sac.code-snippets` when `sac deck code` + ## [2.0.6] - 2021-02-27 ### Added - SAC_DECK_CODE_HUGO_ARGS, SAC_DECK_PDF_HUGO_ARGS, SAC_DECK_HTML_HUGO_ARGS environment variables diff --git a/sac b/sac index 99c82fd..63434c9 100755 --- a/sac +++ b/sac @@ -4,7 +4,7 @@ set -eou pipefail trap "exit" INT TERM ERR trap "kill 0" EXIT -VERSION="2.0.6" +VERSION="2.0.7" CMD=${1:-""} UNAME=$(uname -s) SAC_SHARE_DIR=/usr/local/share/sac