Skip to content

Commit

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

---

## Version 1.1.0 (2024-08-11)

### Added:

* Add `--bulk` option for `add` command to add multiple tasks at once.

### Changed:

* Upgrade `add` command to accept inline task details. By @a-delannoy.
* Improve `add` command to accept multiple line task details.
* Colorized action in output message to improve readability.

## Version 1.0.0 (2024-06-12)

### 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.0.0"
version = "1.1.0"
description = "Minimalist daily task manager."
authors = ["u8slvn <u8slvn@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 15601e4

Please sign in to comment.