diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f2b3bf..5c5441f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project tries to adhere to [Semantic Versioning](https://semver.org/spe ## [Unreleased] +## [0.4] - 2021-12-06 + ### Added * Added import of duplicate activities @@ -14,6 +16,11 @@ and this project tries to adhere to [Semantic Versioning](https://semver.org/spe e.g. #smoking #smoking. This does not work in Loop, but we import them as separate counter instances instead. +### Changed + +* Begin rewrite of much of the internals to be more class-based and have more solid type checking +* If used as library, most of internal functionality has changed with more changes upcoming + ### Fixed * Create missing PRAGMA values for Loop SQLite database, fixing failing import diff --git a/pyproject.toml b/pyproject.toml index 8b14cc5..15e602e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "habitmove" -version = "0.3.1" +version = "0.4" description = "migrate nomie data to loop habits tracker" authors = ["Marty Oehme "]