Skip to content

Commit

Permalink
chore: update changelog and bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
u8slvn committed Sep 6, 2024
1 parent 5e7fc44 commit db5d16d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## Version 1.2.0 (2024-09-06)

### Added:

* Add `edit` command to edit task title and details.
* Task ids prompt accept multiple ids separated by space, for `done`, `reset` and `delete` commands.

### Changed:

* Default response option while reviewing unfinished tasks is now `y`.

## Version 1.1.0 (2024-08-11)

### Added:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hyperfocus"
version = "1.1.0"
version = "1.2.0"
description = "Minimalist daily task manager."
authors = ["u8slvn <u8slvn@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit db5d16d

Please sign in to comment.