From f24756ebf9aab8699ce1ce3081687e2488f51121 Mon Sep 17 00:00:00 2001 From: Assistant Date: Mon, 8 Apr 2024 00:59:57 -0400 Subject: [PATCH] Version v1.0.11 --- Cargo.lock | 2 +- Cargo.toml | 2 +- changelogs/v1.0.11.md | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 changelogs/v1.0.11.md diff --git a/Cargo.lock b/Cargo.lock index eecdd64..f653666 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,7 +25,7 @@ checksum = "c91f1f46651137be86f3a2b9a8359f9ab421d04d941c62b5982e1ca21113adf9" [[package]] name = "archiver" -version = "1.0.10" +version = "1.0.11" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index b1a8ad3..6a4b414 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "archiver" -version = "1.0.10" +version = "1.0.11" description = "Tool to easily archive streams with chat and metadata." homepage = "https://github.com/Assistant/archiver" authors = ["Assistant"] diff --git a/changelogs/v1.0.11.md b/changelogs/v1.0.11.md new file mode 100644 index 0000000..a268bb3 --- /dev/null +++ b/changelogs/v1.0.11.md @@ -0,0 +1,2 @@ +Changelog: +* Don't skip .ssa download when .chat.json exists