diff --git a/CHANGELOG.md b/CHANGELOG.md index dcb1dc2..bde87d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.3.8 +----- - Added support for running multiple instances as long as configuration directories differ - Added `--config-dir`/`-c` option to make configuration directory to diff --git a/Cargo.toml b/Cargo.toml index 7fd8c86..6c1cf5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notnow" -version = "0.3.7" +version = "0.3.8" edition = "2021" rust-version = "1.65" authors = ["Daniel Mueller "]