From 2436cbb8dddccee0b4030497595ee124b5de291f Mon Sep 17 00:00:00 2001 From: Hannes de Jager Date: Fri, 19 Nov 2021 14:03:28 +0100 Subject: [PATCH] Release unftp v0.12.13 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84e111c..73be82c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2021-11-19 unftp v0.12.13 + +- Implemented integration with Google Pub/Sub through the `--ntf-pubsub-project` and `ntf-pubsub-topic` arguments. Configuring + this will send notifications to the pub/sub topic for FTP file system changes and logins for instance. +- \#33 Implemented graceful shutdown +- Upgraded dependencies + ## 2021-09-25 unftp v0.12.12 _tag: v0.12.12_ diff --git a/Cargo.lock b/Cargo.lock index 056c46c..8b4f35f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2024,7 +2024,7 @@ checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c" [[package]] name = "unftp" -version = "0.12.12" +version = "0.12.13" dependencies = [ "async-trait", "base64", diff --git a/Cargo.toml b/Cargo.toml index a8d969f..f9360aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unftp" -version = "0.12.12" +version = "0.12.13" authors = [ "Agoston Horvath ", "Dávid Kosztka ",