Skip to content

Commit d145c1d

Browse files
committed
Merge branch 'main' into feat/first_commit
2 parents d1a0d29 + f47e83e commit d145c1d

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,6 +1,22 @@
11
# CHANGELOG
22

33

4+
## v0.5.0 (2025-04-12)
5+
6+
### Features
7+
8+
- Add documentation to readthedocs
9+
([`1b00d74`](https://github.com/DiogoRibeiro7/genSurvPy/commit/1b00d740a1613e42138510dfa01331074bd97a22))
10+
11+
12+
## v0.4.0 (2025-04-12)
13+
14+
### Features
15+
16+
- Add documentation to readthedocs
17+
([`78eb448`](https://github.com/DiogoRibeiro7/genSurvPy/commit/78eb4485ff801ba9e951ba5f2a1e51e6c3d1d468))
18+
19+
420
## v0.3.1 (2025-04-12)
521

622
### Bug Fixes
@@ -16,6 +32,11 @@
1632
- Bump version
1733
([`081ce3d`](https://github.com/DiogoRibeiro7/genSurvPy/commit/081ce3db093410ea96f8d594201d26f81f6b35ec))
1834

35+
### Features
36+
37+
- Add documentation to readthedocs
38+
([`c33f666`](https://github.com/DiogoRibeiro7/genSurvPy/commit/c33f666295dd7a779065249bd61bf28631519e79))
39+
1940

2041
## v0.3.0 (2025-04-12)
2142

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.1"
3+
version = "0.3.3"
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)