From 950ddf591d0c5ce09f3e34ebee4bf8caf11c5532 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Fri, 24 Nov 2023 18:53:10 +0300 Subject: [PATCH] Release 0.39.0 --- debian/changelog | 6 ++++++ internal/cfg/flags.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0c4933f..7a85ca8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +geesefs (0.39.0) unstable; urgency=medium + + * Add PATCH support for Yandex Cloud S3 https://cloud.yandex.ru/docs/storage/s3/api-ref/object/patch + + -- Vitaliy Filippov Fri, 24 Nov 2023 18:52:12 +0300 + geesefs (0.38.5) unstable; urgency=medium * Implement read retries diff --git a/internal/cfg/flags.go b/internal/cfg/flags.go index 1f77279..439a215 100644 --- a/internal/cfg/flags.go +++ b/internal/cfg/flags.go @@ -30,7 +30,7 @@ import ( "github.com/urfave/cli" ) -const GEESEFS_VERSION = "0.38.5" +const GEESEFS_VERSION = "0.39.0" var flagCategories map[string]string