Skip to content

Commit

Permalink
Release v1.14.0 (#1218)
Browse files Browse the repository at this point in the history
Bumped version to 1.14.0

### Does this change impact existing behavior?

No

### Does this change need a changelog entry?

Updated

---

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: Simon Beal <[email protected]>
  • Loading branch information
muddyfish authored Jan 10, 2025
1 parent 8e4b2ca commit 3da84c5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 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.

10 changes: 6 additions & 4 deletions mountpoint-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
## Unreleased

## v1.13.1 (January 10, 2025)
## v1.14.0 (January 10, 2025)

### New features

* Mountpoint now supports specifying an open FUSE file descriptor in place of the mount path by using the syntax `/dev/fd/N`.
See [mounthelper.go](https://github.com/awslabs/mountpoint-s3/tree/main/examples/fuse-fd-mount-point/mounthelper.go) as an example usage and see
[Configuring mount point](https://github.com/awslabs/mountpoint-s3/blob/main/doc/CONFIGURATION.md#configuring-mount-point) about more details on configuring this feature.
([#1103](https://github.com/awslabs/mountpoint-s3/pull/1103))
See [mounthelper.go](https://github.com/awslabs/mountpoint-s3/tree/main/examples/fuse-fd-mount-point/mounthelper.go) as an example usage and see [Configuring mount point](https://github.com/awslabs/mountpoint-s3/blob/main/doc/CONFIGURATION.md#providing-a-fuse-file-descriptor-for-mounting) about more details on configuring this feature. ([#1103](https://github.com/awslabs/mountpoint-s3/pull/1103))

## v1.13.1 (January 10, 2025)

Erroneously includes the FUSE file descriptor feature released in 1.14.0.

### Other changes

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.13.1"
version = "1.14.0"
edition = "2021"
license = "Apache-2.0"
publish = false
Expand Down

0 comments on commit 3da84c5

Please sign in to comment.