From 3a2b51402bd7382b615b7493bdf17fc2e05d4e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Mon, 22 May 2023 20:05:57 -0700 Subject: [PATCH] Bump version to 0.3.3 This change bumps the version of the crate to 0.3.3. The following notable changes have been made since 0.3.2: - Split configuration by moving various selections into $XDG_CACHE_HOME/notnow/ui-state.json - Warn if unsaved changes are present when trying to quit program - Correctly handle selection indexes for all Unicode inputs --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3f24d9b..53ab1893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.3.3 +----- - Split configuration by moving various selections into `$XDG_CACHE_HOME/notnow/ui-state.json` - Warn if unsaved changes are present when trying to quit program diff --git a/Cargo.toml b/Cargo.toml index 62bf064e..e3afdc70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notnow" -version = "0.3.2" +version = "0.3.3" edition = "2021" rust-version = "1.65" authors = ["Daniel Mueller "]