diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a60a872 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.26.1](https://github.com/kdheepak/taskwarrior-tui/compare/v0.26.0...v0.26.1) - 2024-05-12 + +### Other +- Remove snap, appimage and crates.io diff --git a/Cargo.lock b/Cargo.lock index 4310507..917a0c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1329,7 +1329,7 @@ dependencies = [ [[package]] name = "taskwarrior-tui" -version = "0.26.0" +version = "0.26.1" dependencies = [ "anyhow", "better-panic", diff --git a/Cargo.toml b/Cargo.toml index 4de2253..28ea0f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taskwarrior-tui" -version = "0.26.0" +version = "0.26.1" license = "MIT" description = "A Taskwarrior Terminal User Interface" repository = "https://github.com/kdheepak/taskwarrior-tui/"