Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 1.3.0 #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }]
Expand Down