Skip to content

Commit 8229a4a

Browse files
author
semantic-release
committed
0.0.4
Automatically generated by python-semantic-release
1 parent 19bd724 commit 8229a4a

File tree

2 files changed

+33
-12
lines changed

2 files changed

+33
-12
lines changed

CHANGELOG.md

Lines changed: 32 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
# CHANGELOG
22

33

4+
## v0.0.4 (2025-08-16)
5+
6+
### Bug Fixes
7+
8+
- Add missing PyYAML dependency to pyproject.toml
9+
([`4185975`](https://github.com/itbench-hub/ITBench-Utilities/commit/4185975c021a1cfb9ed94909b83c3d86c97c2597))
10+
11+
Signed-off-by: Takumi Yanagawa <yana@jp.ibm.com>
12+
13+
- Add retry and top-level exception handling to prevent unexpected crashes
14+
([`341f5b8`](https://github.com/itbench-hub/ITBench-Utilities/commit/341f5b89e96fb93dc220f62c6cfb14f2f6258efa))
15+
16+
Signed-off-by: Takumi Yanagawa <yana@jp.ibm.com>
17+
18+
- Missing exception handling on error
19+
([`aaccd9d`](https://github.com/itbench-hub/ITBench-Utilities/commit/aaccd9d5e5e2fea50321e54b621a838abd54b6c9))
20+
21+
Signed-off-by: Takumi Yanagawa <yana@jp.ibm.com>
22+
23+
424
## v0.0.3 (2025-04-10)
525

626
### Bug Fixes
727

8-
- Wrong arguments are passed in entrypoint ([#7](https://github.com/IBM/ITBench-Utilities/pull/7),
9-
[`640ea21`](https://github.com/IBM/ITBench-Utilities/commit/640ea21e4c1eb9f2fb8161e6dc791a186b574ccf))
28+
- Wrong arguments are passed in entrypoint
29+
([#7](https://github.com/itbench-hub/ITBench-Utilities/pull/7),
30+
[`640ea21`](https://github.com/itbench-hub/ITBench-Utilities/commit/640ea21e4c1eb9f2fb8161e6dc791a186b574ccf))
1031

1132
Signed-off-by: Takumi Yanagawa <yana@jp.ibm.com>
1233

1334
### Chores
1435

15-
- Address vulnerability issues ([#5](https://github.com/IBM/ITBench-Utilities/pull/5),
16-
[`1bc2b04`](https://github.com/IBM/ITBench-Utilities/commit/1bc2b04ea7584806ab07057370924e982c1cee8b))
36+
- Address vulnerability issues ([#5](https://github.com/itbench-hub/ITBench-Utilities/pull/5),
37+
[`1bc2b04`](https://github.com/itbench-hub/ITBench-Utilities/commit/1bc2b04ea7584806ab07057370924e982c1cee8b))
1738

1839
* chore: update package versions for vulnerability
1940

@@ -27,8 +48,8 @@ Signed-off-by: Takumi Yanagawa <yana@jp.ibm.com>
2748

2849
---------
2950

30-
- Move to ghcr.io ([#6](https://github.com/IBM/ITBench-Utilities/pull/6),
31-
[`772072f`](https://github.com/IBM/ITBench-Utilities/commit/772072fd2ec65144b89d09539bc454d404fec50c))
51+
- Move to ghcr.io ([#6](https://github.com/itbench-hub/ITBench-Utilities/pull/6),
52+
[`772072f`](https://github.com/itbench-hub/ITBench-Utilities/commit/772072fd2ec65144b89d09539bc454d404fec50c))
3253

3354
Signed-off-by: Takumi Yanagawa <yana@jp.ibm.com>
3455

@@ -38,13 +59,13 @@ Signed-off-by: Takumi Yanagawa <yana@jp.ibm.com>
3859
### Chores
3960

4061
- Consolidate runner codes in bench_runner directory
41-
([#3](https://github.com/IBM/ITBench-Utilities/pull/3),
42-
[`7340e36`](https://github.com/IBM/ITBench-Utilities/commit/7340e36561ea43e188a453c67dbd8c407eb7446d))
62+
([#3](https://github.com/itbench-hub/ITBench-Utilities/pull/3),
63+
[`7340e36`](https://github.com/itbench-hub/ITBench-Utilities/commit/7340e36561ea43e188a453c67dbd8c407eb7446d))
4364

4465
Signed-off-by: Takumi Yanagawa <yana@jp.ibm.com>
4566

46-
- Rename to itbench-utilities ([#4](https://github.com/IBM/ITBench-Utilities/pull/4),
47-
[`cc55218`](https://github.com/IBM/ITBench-Utilities/commit/cc55218d31735be4372c75c3dab35d53b6ce6ebe))
67+
- Rename to itbench-utilities ([#4](https://github.com/itbench-hub/ITBench-Utilities/pull/4),
68+
[`cc55218`](https://github.com/itbench-hub/ITBench-Utilities/commit/cc55218d31735be4372c75c3dab35d53b6ce6ebe))
4869

4970
Signed-off-by: Takumi Yanagawa <yana@jp.ibm.com>
5071

@@ -54,6 +75,6 @@ Signed-off-by: Takumi Yanagawa <yana@jp.ibm.com>
5475
### Chores
5576

5677
- Enable github action for validation and releasing
57-
([`cde712f`](https://github.com/IBM/ITBench-Utilities/commit/cde712fb34c52b3acfe6d1eb201dbdb800661dc0))
78+
([`cde712f`](https://github.com/itbench-hub/ITBench-Utilities/commit/cde712fb34c52b3acfe6d1eb201dbdb800661dc0))
5879

5980
Signed-off-by: Takumi Yanagawa <yana@jp.ibm.com>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools", "setuptools-scm"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
version = "0.0.3"
6+
version = "0.0.4"
77
name = "itbench-utilities"
88
requires-python = ">=3.11"
99
keywords = ["one", "two"]

0 commit comments

Comments
 (0)