Skip to content

Commit 5c5aa6c

Browse files
committed
Merge branch 'main' into feat/first_commit
2 parents c33f666 + 15fc564 commit 5c5aa6c

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,34 @@
11
# CHANGELOG
22

33

4+
## v0.3.1 (2025-04-12)
5+
6+
### Bug Fixes
7+
8+
- Bump version
9+
([`5cc649d`](https://github.com/DiogoRibeiro7/genSurvPy/commit/5cc649da03bbc57fbaf80494e63543012e1e849d))
10+
11+
### Chores
12+
13+
- Bump version
14+
([`2e269f5`](https://github.com/DiogoRibeiro7/genSurvPy/commit/2e269f50737a5b497718f55e1e42a1501e0d398f))
15+
16+
- Bump version
17+
([`081ce3d`](https://github.com/DiogoRibeiro7/genSurvPy/commit/081ce3db093410ea96f8d594201d26f81f6b35ec))
18+
19+
420
## v0.3.0 (2025-04-12)
521

622
### Bug Fixes
723

824
- Fix git hub actions
925
([`c9559ba`](https://github.com/DiogoRibeiro7/genSurvPy/commit/c9559ba319684e5b9de59bfa7ad23e42ee6f8bf9))
1026

27+
### Chores
28+
29+
- Bump version
30+
([`e111826`](https://github.com/DiogoRibeiro7/genSurvPy/commit/e11182609d99094d8b02fa2e142ac983f42dc5b3))
31+
1132

1233
## v0.2.1 (2025-04-12)
1334

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gen_surv"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "A Python package for simulating survival data, inspired by the R package genSurv"
55
authors = ["Diogo Ribeiro <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)