diff --git a/debian/changelog b/debian/changelog index 0c4933fb..7a85ca80 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 1f77279e..439a2155 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