Skip to content

Commit d59c561

Browse files
author
semantic-release
committed
0.0.2
Automatically generated by python-semantic-release
1 parent cc55218 commit d59c561

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
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

1127
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.1"
6+
version = "0.0.2"
77
name = "itbench-utilities"
88
requires-python = ">=3.11"
99
keywords = ["one", "two"]

0 commit comments

Comments
 (0)