Skip to content

Commit 9dcad19

Browse files
chore(release): 0.3.0 (#155)
Signed-off-by: client-software-ci <[email protected]>
1 parent fd1bcaf commit 9dcad19

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.3.0 (2025-01-21)
2+
3+
4+
### Features
5+
* **adaptor**: Update KeyShot environment variable to KEYSHOT_EXECUTABLE (#144) ([`ca50175`](https://github.com/aws-deadline/deadline-cloud-for-keyshot/commit/ca50175bace3d2c2ee2d97e653100b81a77d43af))
6+
7+
### Bug Fixes
8+
* use utf-8 encoding for file reads and writes to fix utf-8 encoding issues on Windows (#150) ([`dc9ec7e`](https://github.com/aws-deadline/deadline-cloud-for-keyshot/commit/dc9ec7e6a3d877b2b51070982f6b21d5078360f3))
9+
* use keyshot-openjd in submitter (#146) ([`11286d7`](https://github.com/aws-deadline/deadline-cloud-for-keyshot/commit/11286d7b9b187a546607daec42ff2d5257b4036f))
10+
* use only Windows workers by default (#145) ([`5a6b635`](https://github.com/aws-deadline/deadline-cloud-for-keyshot/commit/5a6b63551e41be1d964ec30c6cdd3c0cff8c9838))
11+
112
## 0.2.2 (2024-10-16)
213

314

src/deadline/keyshot_submitter/Submit to AWS Deadline Cloud.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTHOR AWS
2-
# VERSION 0.2.2
2+
# VERSION 0.3.0
33
# Submit to AWS Deadline Cloud
44

55
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
@@ -518,7 +518,7 @@ def main(lux):
518518
# Add default values for Conda
519519
major_version, minor_version = lux.getKeyShotDisplayVersion()
520520
settings.parameter_values.append(
521-
{"name": "CondaPackages", "value": f"keyshot={major_version}.* keyshot-openjd=0.2.*"}
521+
{"name": "CondaPackages", "value": f"keyshot={major_version}.* keyshot-openjd=0.3.*"}
522522
)
523523
settings.parameter_values.append({"name": "CondaChannels", "value": "deadline-cloud"})
524524

0 commit comments

Comments
 (0)