From 1ef0db9699162be995fcd314f9778b9f0128e569 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 12:24:29 +0000 Subject: [PATCH] chore(main): release 0.6.0 (#32) # [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)) #31 ## 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)) --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5747f8..3105ea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.lock b/Cargo.lock index eebbd39..c1cc476 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3475,7 +3475,7 @@ checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" [[package]] name = "vault-tasks" -version = "0.5.1" +version = "0.6.0" dependencies = [ "anyhow", "better-panic", diff --git a/Cargo.toml b/Cargo.toml index 86d9039..ea5e863 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "]