Skip to content

Commit

Permalink
0.5.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Aug 17, 2024
1 parent 498d384 commit 6b15e63
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## v0.5.4 (2024-08-17)

### Documentation

* docs(README): fix warning markdown alert ([`d2bc78c`](https://github.com/alxdrcirilo/apple-health-parser/commit/d2bc78c672453df63232d8fe220a0d0f4924ce3f))

### Fix

* fix: circular imports in plot subpackage (#3) ([`498d384`](https://github.com/alxdrcirilo/apple-health-parser/commit/498d38453055a7eb4ed3de58e800cb9e03f028a7))

## v0.5.3 (2024-07-14)

### 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.3"
version = "0.5.4"
description = "Python package to parse, analyse, and plot Apple HealthKit data"
authors = ["Alexandre Cirilo <38657258+alxdrcirilo@users.noreply.github.com>"]
repository = "https://github.com/alxdrcirilo/apple-health-parser"
Expand Down

0 comments on commit 6b15e63

Please sign in to comment.