diff --git a/CHANGELOG.md b/CHANGELOG.md index 59c8b27..9dc8b4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.1](https://github.com/louis-thevenet/vault-tasks/compare/v0.8.0...v0.8.1) (2025-01-10) + + +### Bug Fixes + +* panic when vault was empty while trying to enter selected entry ([eb3b5de](https://github.com/louis-thevenet/vault-tasks/commit/eb3b5de009a4fb43e2f97b2e5467c34945f3048c)) + ## [0.8.0](https://github.com/louis-thevenet/vault-tasks/compare/v0.7.0...v0.8.0) (2025-01-01) diff --git a/Cargo.lock b/Cargo.lock index 8584ca5..9a1a31a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3500,7 +3500,7 @@ checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" [[package]] name = "vault-tasks" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "better-panic", diff --git a/Cargo.toml b/Cargo.toml index cb696c5..edb3f4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ description = "TUI Markdown Task Manager" build = "build.rs" categories = ["command-line-utilities", "visualization"] keywords = ["markdown", "task-manager", "productivity", "tui", "obsidian"] -version = "0.8.0" +version = "0.8.1" edition = "2021" repository = "https://github.com/louis-thevenet/vault-tasks" authors = ["Louis Thevenet "]