Bump version
This commit is contained in:
parent
ebb916a911
commit
0b8bddb588
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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>"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue