Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jul 5, 2024
1 parent 6a596db commit 17ff9a4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# CHANGELOG

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

### Breaking

* docs(todo): mention CHANGELOG.md and LICENSE.md

BREAKING CHANGE: Manually trigger major bump on version zero. ([`6a596db`](https://github.com/alxdrcirilo/apple-health-parser/commit/6a596db4c5078547dd8cf434a0d5648476f3b797))

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

### Breaking

* feat: add initial features

BREAKING CHANGE: The first few features include a loader, parser, and plotting capabilities. ([`22b833c`](https://github.com/alxdrcirilo/apple-health-parser/commit/22b833ca1d5236fe235db8acfa1b3161e6ddeb8f))
BREAKING CHANGE: The first few features include a loader, parser, and plotting capabilities. ([`9526224`](https://github.com/alxdrcirilo/apple-health-parser/commit/9526224ce279a790f02c5af1e6690facd8093106))

### Unknown

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.1.0"
version = "0.5.0"
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 17ff9a4

Please sign in to comment.