File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.0.2 (2025-03-23)
5+
6+ ### Chores
7+
8+ - Consolidate runner codes in bench_runner directory
9+ ([ #3 ] ( https://github.com/IBM/ITBench-Utilities/pull/3 ) ,
10+ [ ` 7340e36 ` ] ( https://github.com/IBM/ITBench-Utilities/commit/7340e36561ea43e188a453c67dbd8c407eb7446d ) )
11+
12+ Signed-off-by: Takumi Yanagawa < yana@jp.ibm.com >
13+
14+ - Rename to itbench-utilities ([ #4 ] ( https://github.com/IBM/ITBench-Utilities/pull/4 ) ,
15+ [ ` cc55218 ` ] ( https://github.com/IBM/ITBench-Utilities/commit/cc55218d31735be4372c75c3dab35d53b6ce6ebe ) )
16+
17+ Signed-off-by: Takumi Yanagawa < yana@jp.ibm.com >
18+
19+
420## v0.0.1 (2025-03-21)
521
622### Chores
723
824- Enable github action for validation and releasing
9- ([ ` cde712f ` ] ( https://github.com/IBM/ITBench-Tools /commit/cde712fb34c52b3acfe6d1eb201dbdb800661dc0 ) )
25+ ([ ` cde712f ` ] ( https://github.com/IBM/ITBench-Utilities /commit/cde712fb34c52b3acfe6d1eb201dbdb800661dc0 ) )
1026
1127Signed-off-by: Takumi Yanagawa < yana@jp.ibm.com >
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.1 "
6+ version = " 0.0.2 "
77name = " itbench-utilities"
88requires-python = " >=3.11"
99keywords = [" one" , " two" ]
You can’t perform that action at this time.
0 commit comments