From 0b8bddb5888ccd77ca9fe85eaf2bbd7eb4a6f599 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Mon, 6 Dec 2021 20:45:08 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 "]