Bump version

This commit is contained in:
Marty Oehme 2021-12-06 20:45:08 +01:00
parent ebb916a911
commit 0b8bddb588
Signed by: Marty
GPG Key ID: B7538B8F50A1C800
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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 <marty.oehme@gmail.com>"]