Skip to content

Commit ea98361

Browse files
author
semantic-release
committed
0.0.3
Automatically generated by python-semantic-release
1 parent 640ea21 commit ea98361

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
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

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

0 commit comments

Comments
 (0)