-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
github-actions
committed
Feb 4, 2025
1 parent
8923691
commit e6194ba
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,19 @@ | |
|
||
|
||
|
||
## v0.1.0 (2025-02-04) | ||
|
||
### Breaking | ||
|
||
* feat!: manual release milestone4 (#109) | ||
|
||
Co-authored-by: Li, Jiayi <[email protected]> ([`8923691`](https://github.com/UBC-MDS/HealthScienceCalculator/commit/89236910bddafd058d3726567416e71c3eae95f8)) | ||
|
||
### Unknown | ||
|
||
* feat\!: force major version bump ([`5f58dd7`](https://github.com/UBC-MDS/HealthScienceCalculator/commit/5f58dd771e8111d0f6970505c97f4a7ad52458b2)) | ||
|
||
|
||
## v0.0.4 (2025-02-04) | ||
|
||
### Fix | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "healthsciencecalculator" | ||
version = "0.0.4" | ||
version = "0.1.0" | ||
description = "Calculates basic health indexes" | ||
authors = [ | ||
"Forgive Agbesi <[email protected]>", | ||
|