From 143cc6c13228269a7b43245e5522ce2776594703 Mon Sep 17 00:00:00 2001 From: client-software-ci <129794699+client-software-ci@users.noreply.github.com> Date: Fri, 22 Mar 2024 13:38:13 -0500 Subject: [PATCH] chore(release): 0.42.1 (#228) Signed-off-by: client-software-ci <129794699+client-software-ci@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa6d65e1..0a683030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.42.1 (2024-03-22) + + +### Features +* use qtpy and add support for pyside6 (#202) ([`deb2cca`](https://github.com/casillas2/deadline-cloud/commit/deb2ccabe00f7c97d65216ee91a18b9535b1d5f6)) +* Switch to running deadline_vfs as os_user (#223) ([`cf9c2d2`](https://github.com/casillas2/deadline-cloud/commit/cf9c2d29c4e5e90055f0bfcca13e6928613c1c35)) + +### Bug Fixes +* record attachments mtimes after mounting vfs ([`f0dcfa3`](https://github.com/casillas2/deadline-cloud/commit/f0dcfa314da8962e7bc089961265de0c63277ad6)) + ## 0.42.0 (2024-03-21) ### BREAKING CHANGES