Skip to content

Commit

Permalink
Release v1.12.0 (#1166)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
passaro authored Nov 25, 2024
1 parent 61dc417 commit c66546a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions mountpoint-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion mountpoint-s3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mountpoint-s3"
version = "1.11.0"
version = "1.12.0"
edition = "2021"
license = "Apache-2.0"
publish = false
Expand Down

0 comments on commit c66546a

Please sign in to comment.