diff --git a/CHANGELOG.md b/CHANGELOG.md index 907c982..a5f30c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 705c2f6..538b86d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"