From 92902f0cc993b93d75b56ae24827e74364738373 Mon Sep 17 00:00:00 2001 From: client-software-ci <129794699+client-software-ci@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:28:34 +0000 Subject: [PATCH] chore(release): 0.10.3 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 2938439e..e68265c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.10.3 (2025-06-05) + + +### Features +* Adding support for redacted environment variable values through openjd_redacted_env (#232) ([`b949a16`](https://github.com/OpenJobDescription/openjd-sessions-for-python/commit/b949a16ee71866845537923b9ea4799c59a629e0)) + +### Bug Fixes +* sdist failed to install (#240) ([`c855d29`](https://github.com/OpenJobDescription/openjd-sessions-for-python/commit/c855d296c361f5193f02f71682d9a071575fad76)) +* cleanup session dir on windows (#241) ([`f1f8933`](https://github.com/OpenJobDescription/openjd-sessions-for-python/commit/f1f89335ea909be097faa164a57d7429a8acf018)) + ## 0.10.2 (2025-04-30) * Dependencies update, and other non-functional updates