Skip to content

Commit

Permalink
0.5.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jul 13, 2024
1 parent 15c89ca commit 6498b46
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions CHANGELOG.md
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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
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"
Expand Down

0 comments on commit 6498b46

Please sign in to comment.