Skip to content

Commit

Permalink
Release v1.13.1 (#1215)
Browse files Browse the repository at this point in the history
Bump version to 1.13.1.

### Does this change impact existing behavior?

No.

### Does this change need a changelog entry?

Added in this PR.

---

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 9, 2025
1 parent 866ee1c commit 33c20c8
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.13.1 (January 9, 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`.
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.0"
version = "1.13.1"
edition = "2021"
license = "Apache-2.0"
publish = false
Expand Down

0 comments on commit 33c20c8

Please sign in to comment.