Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jul 8, 2024
1 parent 64413f5 commit 08b4baa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## v0.5.1 (2024-07-08)

### Fix

* fix: source_version optional

Some older data does not include the `sourceVersion` attribute. ([`64413f5`](https://github.com/alxdrcirilo/apple-health-parser/commit/64413f591067ae45632a28e2c8c5e689737c3d0a))

## v0.5.0 (2024-07-05)

### Breaking
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.0"
version = "0.5.1"
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 08b4baa

Please sign in to comment.