File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.0.3 (2025-04-10)
5+
6+ ### Bug Fixes
7+
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 ) )
10+
11+ Signed-off-by: Takumi Yanagawa < yana@jp.ibm.com >
12+
13+ ### Chores
14+
15+ - Address vulnerability issues ([ #5 ] ( https://github.com/IBM/ITBench-Utilities/pull/5 ) ,
16+ [ ` 1bc2b04 ` ] ( https://github.com/IBM/ITBench-Utilities/commit/1bc2b04ea7584806ab07057370924e982c1cee8b ) )
17+
18+ * chore: update package versions for vulnerability
19+
20+ Signed-off-by: Takumi Yanagawa < yana@jp.ibm.com >
21+
22+ * fix: typo
23+
24+ * chore: make setuptools up to date
25+
26+ * fix: missing to mount requirements.txt
27+
28+ ---------
29+
30+ - Move to ghcr.io ([ #6 ] ( https://github.com/IBM/ITBench-Utilities/pull/6 ) ,
31+ [ ` 772072f ` ] ( https://github.com/IBM/ITBench-Utilities/commit/772072fd2ec65144b89d09539bc454d404fec50c ) )
32+
33+ Signed-off-by: Takumi Yanagawa < yana@jp.ibm.com >
34+
35+
436## v0.0.2 (2025-03-23)
537
638### Chores
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = ["setuptools", "setuptools-scm"]
33build-backend = " setuptools.build_meta"
44
55[project ]
6- version = " 0.0.2 "
6+ version = " 0.0.3 "
77name = " itbench-utilities"
88requires-python = " >=3.11"
99keywords = [" one" , " two" ]
You can’t perform that action at this time.
0 commit comments