-
Notifications
You must be signed in to change notification settings - Fork 2
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
semantic-release
committed
Jul 13, 2024
1 parent
15c89ca
commit 6498b46
Showing
2 changed files
with
36 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 |
---|---|---|
@@ -1,5 +1,40 @@ | ||
# CHANGELOG | ||
|
||
## v0.5.2 (2024-07-13) | ||
|
||
### Build | ||
|
||
* build(deps-dev): bump certifi from 2024.6.2 to 2024.7.4 | ||
|
||
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.6.2 to 2024.7.4. | ||
- [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.07.04) | ||
|
||
--- | ||
updated-dependencies: | ||
- dependency-name: certifi | ||
dependency-type: indirect | ||
... | ||
|
||
Signed-off-by: dependabot[bot] <[email protected]> ([`d6efbd9`](https://github.com/alxdrcirilo/apple-health-parser/commit/d6efbd91a704a3d9bee0e7d90b945e57cba971d7)) | ||
|
||
### Documentation | ||
|
||
* docs: mention available flags listing ([`15c89ca`](https://github.com/alxdrcirilo/apple-health-parser/commit/15c89ca814f23ada4674bef575d957707a6c8fc4)) | ||
|
||
### Fix | ||
|
||
* fix(plot): replace append_trace with add_trace ([`672ef4e`](https://github.com/alxdrcirilo/apple-health-parser/commit/672ef4ec85acaf866006f65b7328e63ace45934c)) | ||
|
||
### Test | ||
|
||
* test: improve coverage ([`0ccdb83`](https://github.com/alxdrcirilo/apple-health-parser/commit/0ccdb83ec7a0a149e5d776e3d7dc6aaa9572e8a2)) | ||
|
||
### Unknown | ||
|
||
* Merge pull request #1 from alxdrcirilo/dependabot/pip/certifi-2024.7.4 | ||
|
||
build(deps-dev): bump certifi from 2024.6.2 to 2024.7.4 ([`66b54ce`](https://github.com/alxdrcirilo/apple-health-parser/commit/66b54cea1d7bf294a54ae5cd62e31e54b9026ead)) | ||
|
||
## v0.5.1 (2024-07-08) | ||
|
||
### 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 = "apple-health-parser" | ||
version = "0.5.1" | ||
version = "0.5.2" | ||
description = "Python package to parse, analyse, and plot Apple HealthKit data" | ||
authors = ["Alexandre Cirilo <[email protected]>"] | ||
repository = "https://github.com/alxdrcirilo/apple-health-parser" | ||
|