Skip to content

Commit 124971a

Browse files
authored
docs(CHANGELOG.md): add entry for v0.0.1 and v0.0.2 pre-release (#47)
--------- Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
1 parent 89463a6 commit 124971a

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
name = "cz_conventional_commits"
33
tag_format = "v1.0.0"
44
version_scheme = "semver"
5-
version = "0.0.1"
5+
version = "0.0.2"
66
update_changelog_on_bump = true
77
major_version_zero = true

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## v0.0.2 (2025-04-07)
2+
3+
### Fix
4+
5+
- increase Astronomy Shop resource limits to avoid OOM errors (#39)
6+
- correct LLMConfigModelAgent class variables (#24)
7+
- update e2e environment variables and scripts (#21)
8+
- correct s3_endpoint_url references (#16)
9+
- correct typo (#12)
10+
11+
## v0.0.1 (2025-03-20)
12+
13+
This pre-release is the version (with fixes) used for in the ICML paper described [here](https://github.com/IBM/ITBench).
14+
15+
### Feat
16+
17+
- add CODEOWNERS (#2)
18+
- add CISO incidents (#1)
19+
- add SRE incidents (#6)

0 commit comments

Comments
 (0)