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 "]