From 293d6f4137440a76ad236f3accf417efdab8cb72 Mon Sep 17 00:00:00 2001 From: client-software-ci <129794699+client-software-ci@users.noreply.github.com> Date: Wed, 19 Mar 2025 17:08:56 +0000 Subject: [PATCH] chore(release): 0.7.0 Signed-off-by: client-software-ci <129794699+client-software-ci@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e41772..38b12dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.7.0 (2025-03-19) + +### BREAKING CHANGES +* The functions generate_jobs and job_from_template have changed to accept the environments and return the job parameters + alongside the job. Constructing the LocalSession class now requires job parameters. + +### Bug Fixes +* Running jobs with env templates does not support parameters ([`65a15b4`](https://github.com/OpenJobDescription/openjd-cli/commit/65a15b414bbd90a77c6b63451f5f052db2b8fcf8)) + ## 0.6.1 (2025-03-13)