diff --git a/CHANGELOG.md b/CHANGELOG.md index 88dded1..11249f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ None. +## [1.3.0](https://github.com/codito/habito/compare/v1.2.0...v1.3.0) (2024-10-12) + + +### Features + +* add custom start date for habit and compute streak for habits with non-daily frequency. ([593be38](https://github.com/codito/habito/commit/593be38c4ff0b7dc2dfd552e3a4917b3a09408da)) +* wip: add activity interval and initial support for minimize habits. ([bcf459d](https://github.com/codito/habito/commit/bcf459de23e1ad69234e961b572062722205458a)) + + +### Documentation + +* add examples for edit command. ([25cf269](https://github.com/codito/habito/commit/25cf269c6a537df03aeb500f643377bb7ad3210c)) +* minor doc updates. ([7200d46](https://github.com/codito/habito/commit/7200d46da1239cc39bd4840ee8933358226fd6c6)) + ## 1.2.0 - 2024-01-08 - New feature: list habits and activities in `csv` format using `habito list -f diff --git a/pyproject.toml b/pyproject.toml index 6aac557..93412da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "habito" -version = "1.2.0" +version = "1.3.0" requires-python = '>=3.10' description = 'Simple command line habits tracker' authors = [{ name = 'codito', email = 'codito@codito.in' }]