Skip to content

Commit

Permalink
chore(main): release 0.6.0 (#32)
Browse files Browse the repository at this point in the history
# [0.6.0](v0.5.1...v0.6.0) (2024-11-30)

## Features

* add ToggleStatus action on tasks ([266e6b2](266e6b2)) #31 


## Bug Fixes

* crash when selected item was changed and did not match the active filter anymore ([3d7e948](3d7e948))
  • Loading branch information
github-actions[bot] authored Nov 30, 2024
1 parent 5bcdd5a commit 1ef0db9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.6.0](https://github.com/louis-thevenet/vault-tasks/compare/v0.5.1...v0.6.0) (2024-11-30)


### Features

* add ToggleStatus action on tasks ([266e6b2](https://github.com/louis-thevenet/vault-tasks/commit/266e6b2de7f5f635150c6df307b4579217b3edb3))


### Bug Fixes

* crash when selected item was changed and did not match the active filter anymore ([3d7e948](https://github.com/louis-thevenet/vault-tasks/commit/3d7e948e4c22466323d6bd774b505bb7b69e1236))

## [0.5.1](https://github.com/louis-thevenet/vault-tasks/compare/v0.5.0...v0.5.1) (2024-11-24)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ description = "TUI Markdown Task Manager"
build = "build.rs"
categories = ["command-line-utilities", "visualization"]
keywords = ["markdown", "task-manager", "productivity", "tui", "obsidian"]
version = "0.5.1"
version = "0.6.0"
edition = "2021"
repository = "https://github.com/louis-thevenet/vault-tasks"
authors = ["Louis Thevenet <louis.tvnt@gmail.com>"]
Expand Down

0 comments on commit 1ef0db9

Please sign in to comment.