From c66546af1b31b1908d74ecd82c403142ef728aa2 Mon Sep 17 00:00:00 2001 From: Alessandro Passaro Date: Mon, 25 Nov 2024 13:17:49 +0000 Subject: [PATCH] Release v1.12.0 (#1166) Bump version to 1.12.0 ### Does this change impact existing behavior? No. ### Does this change need a changelog entry? No, just added a section for the release today. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the [Developer Certificate of Origin (DCO)](https://developercertificate.org/). Signed-off-by: Alessandro Passaro --- Cargo.lock | 2 +- mountpoint-s3/CHANGELOG.md | 2 ++ mountpoint-s3/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 50e6a6398..ac13c9a1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2358,7 +2358,7 @@ dependencies = [ [[package]] name = "mountpoint-s3" -version = "1.11.0" +version = "1.12.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/mountpoint-s3/CHANGELOG.md b/mountpoint-s3/CHANGELOG.md index 788594719..41e2d5c25 100644 --- a/mountpoint-s3/CHANGELOG.md +++ b/mountpoint-s3/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## v1.12.0 (November 25, 2024) + ### New features * Mountpoint now offers a new command-line flag `--incremental-upload`, available when mounting directory buckets in S3 Express One Zone. When set, Mountpoint will perform all uploads incrementally and support appending to existing objects. ([#1165](https://github.com/awslabs/mountpoint-s3/pull/1165)) diff --git a/mountpoint-s3/Cargo.toml b/mountpoint-s3/Cargo.toml index ee9e4eef6..2dcc950b4 100644 --- a/mountpoint-s3/Cargo.toml +++ b/mountpoint-s3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mountpoint-s3" -version = "1.11.0" +version = "1.12.0" edition = "2021" license = "Apache-2.0" publish = false