From 1c896cef81210f98778efca00b6bcf893dd4aeb6 Mon Sep 17 00:00:00 2001 From: Tip ten Brink <75669206+tiptenbrink@users.noreply.github.com> Date: Sat, 13 Jan 2024 15:34:34 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bf11d1..1b9e331 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # Changelog -## 0.13.0 +## 0.13.0 2024-01-13 * Update keyring-rs, more explicitly state platform support. Linux has full support, macOS and Windows are untested but could work. - +* Use cache dir to save downloads, use tmp only for the extract target location +* Fix config path traversal +* More consistent deploy path/root path usage +* Git local should work now as a context (not yet fully tested) ## 0.12.1 2024-01-12