diff --git a/Cargo.lock b/Cargo.lock index fe6c9e505..d21f2e462 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2506,7 +2506,7 @@ dependencies = [ [[package]] name = "mountpoint-s3" -version = "1.13.1" +version = "1.14.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/mountpoint-s3/CHANGELOG.md b/mountpoint-s3/CHANGELOG.md index 5ead2b702..e75bd2ce4 100644 --- a/mountpoint-s3/CHANGELOG.md +++ b/mountpoint-s3/CHANGELOG.md @@ -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 diff --git a/mountpoint-s3/Cargo.toml b/mountpoint-s3/Cargo.toml index f4bd08ff3..499c1a50b 100644 --- a/mountpoint-s3/Cargo.toml +++ b/mountpoint-s3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mountpoint-s3" -version = "1.13.1" +version = "1.14.0" edition = "2021" license = "Apache-2.0" publish = false