Skip to content

Commit 75b433e

Browse files
author
semantic-release
committed
0.3.0
Automatically generated by python-semantic-release
1 parent c859bf3 commit 75b433e

File tree

1 file changed

+47
-24
lines changed

1 file changed

+47
-24
lines changed

CHANGELOG.md

Lines changed: 47 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,58 @@
11
# CHANGELOG
22

33

4+
## v0.3.0 (2025-04-12)
5+
6+
### Bug Fixes
7+
8+
- Fix git hub actions
9+
([`c9559ba`](https://github.com/DiogoRibeiro7/genSurvPy/commit/c9559ba319684e5b9de59bfa7ad23e42ee6f8bf9))
10+
11+
412
## v0.2.1 (2025-04-12)
513

14+
15+
## v0.2.0 (2025-04-12)
16+
17+
18+
## v0.1.0 (2025-04-12)
19+
620
### Bug Fixes
721

22+
- Add name to pyproject
23+
([`6a3a8f3`](https://github.com/DiogoRibeiro7/genSurvPy/commit/6a3a8f3a82b6017f1903f23b27d02233a05e0763))
24+
25+
- Fix mixing tags creation
26+
([`93ac8a0`](https://github.com/DiogoRibeiro7/genSurvPy/commit/93ac8a05ac8b825b2c5066a0f7eb4e8b7463fb06))
27+
828
- Fix pyproject toml
929
([`8537f63`](https://github.com/DiogoRibeiro7/genSurvPy/commit/8537f63d01249e8db29e9e7353831d0b894bbc3d))
1030

31+
- Fix recommended by copilot
32+
([`f188f76`](https://github.com/DiogoRibeiro7/genSurvPy/commit/f188f76fa858f1753ad1b153f61df94a241f0831))
33+
34+
- Fix semantic release
35+
([`3d18b02`](https://github.com/DiogoRibeiro7/genSurvPy/commit/3d18b02fb617dddade3fb6862d5647143e52a3a9))
36+
37+
- Fix version bump
38+
([`e5114de`](https://github.com/DiogoRibeiro7/genSurvPy/commit/e5114deb150e6a594d6b649049abd9ebd6242faa))
39+
1140
- Github address
1241
([`43f9d93`](https://github.com/DiogoRibeiro7/genSurvPy/commit/43f9d93e21a285df6d5ea27d296ac489782b6b13))
1342

1443
### Chores
1544

45+
- Bump version
46+
([`e0c739f`](https://github.com/DiogoRibeiro7/genSurvPy/commit/e0c739ff2c4aa8a4d46416aff5924969872d0337))
47+
1648
- Code coverage
1749
([`56a3453`](https://github.com/DiogoRibeiro7/genSurvPy/commit/56a345302c50be21cc05a5afa0ac406224dd77a0))
1850

1951
- Update pyproject
2052
([`a4b25e4`](https://github.com/DiogoRibeiro7/genSurvPy/commit/a4b25e470954091254b1384a44a991a47341bf80))
2153

22-
### Documentation
23-
24-
- Add Sphinx configuration with Markdown support and index.md setup
25-
([`75d4653`](https://github.com/DiogoRibeiro7/genSurvPy/commit/75d46530cf894263b3e98cf8667ff52c7863f646))
26-
27-
- Add Sphinx documentation with MyST and autodoc integration
28-
([`f58feea`](https://github.com/DiogoRibeiro7/genSurvPy/commit/f58feeae82cb2b9073d936412a494a4a74ff9df1))
29-
30-
31-
## v0.2.0 (2025-04-12)
54+
- Work
55+
([`5ac5130`](https://github.com/DiogoRibeiro7/genSurvPy/commit/5ac513098238a8298430d1a95c6fbeed99db4cad))
3256

3357
### Continuous Integration
3458

@@ -38,28 +62,27 @@
3862
- Add GitHub Actions workflow for test automation
3963
([`33e1e40`](https://github.com/DiogoRibeiro7/genSurvPy/commit/33e1e400ace7b491d88138331df496f7b7ab02c9))
4064

41-
### Features
42-
43-
- Implement THMM data generator and finalize full model suite
44-
([`1e667ba`](https://github.com/DiogoRibeiro7/genSurvPy/commit/1e667babf28892c3a85c43477562f2de85f07f3c))
45-
46-
47-
## v0.1.0 (2025-04-12)
65+
### Documentation
4866

49-
### Bug Fixes
67+
- Add Sphinx configuration with Markdown support and index.md setup
68+
([`75d4653`](https://github.com/DiogoRibeiro7/genSurvPy/commit/75d46530cf894263b3e98cf8667ff52c7863f646))
5069

51-
- Fix recommended by copilot
52-
([`f188f76`](https://github.com/DiogoRibeiro7/genSurvPy/commit/f188f76fa858f1753ad1b153f61df94a241f0831))
70+
- Add Sphinx documentation with MyST and autodoc integration
71+
([`f58feea`](https://github.com/DiogoRibeiro7/genSurvPy/commit/f58feeae82cb2b9073d936412a494a4a74ff9df1))
5372

54-
### Chores
73+
### Features
5574

56-
- Work
57-
([`5ac5130`](https://github.com/DiogoRibeiro7/genSurvPy/commit/5ac513098238a8298430d1a95c6fbeed99db4cad))
75+
- Add changelog automation
76+
([`055c209`](https://github.com/DiogoRibeiro7/genSurvPy/commit/055c20934b76c71fa1a91bf7948cd3699398a242))
5877

59-
### Features
78+
- Add changelog automation
79+
([`f22aba7`](https://github.com/DiogoRibeiro7/genSurvPy/commit/f22aba754b7fc118477f9070ae0d7a5377a9659d))
6080

6181
- Implement core CPHM data simulation with validation and censoring models
6282
([`f5ef282`](https://github.com/DiogoRibeiro7/genSurvPy/commit/f5ef2829c2896c5ca575382b9b2d9e389784496d))
6383

84+
- Implement THMM data generator and finalize full model suite
85+
([`1e667ba`](https://github.com/DiogoRibeiro7/genSurvPy/commit/1e667babf28892c3a85c43477562f2de85f07f3c))
86+
6487
- Work
6588
([`45de359`](https://github.com/DiogoRibeiro7/genSurvPy/commit/45de359bbb0d7fbc671e41fa07d3a37b09e68e18))

0 commit comments

Comments
 (0)