From ac537ed2d883f318ddb7e815cac9ddc2db54d0c2 Mon Sep 17 00:00:00 2001 From: grembo Date: Sat, 30 Dec 2023 20:34:58 +0100 Subject: [PATCH] Prepare 0.10.0 (#52) --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1921938..a825071 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,20 +4,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.10.0] 2023-12-30 ### Fixed +- Fix paths in repo to point to bsdpot (#50) - Fix pot-stop and pot-destroy command invocations (#49) +- Use shellescape in more potentially dangerous places (#44) -## [0.9.1] - 2023-09-29 +## [0.9.1] 2023-09-29 ### Added - Add optional keyword "attributes" to set pot attributes like `devfs_ruleset` on the task (#42) - Escape environment variables set on pot - this might break existing workarounds in jobs (#43) -## [0.9.0] - 2022-09-11 +## [0.9.0] 2022-09-11 ### Added - Added changelog - Improve batch job and restart behavior (#30) - Add support for signals (#31) - Add support for exec (#32) -## [0.6.0] - 2020-02-17 +## [0.6.0] 2020-02-17