Skip to content

Commit 61421fc

Browse files
committed
[version] Bump version to 1.1.1
1 parent 08f50ea commit 61421fc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
# Version 1.1.1 built on 2025-07-07
3+
4+
## Fixes
5+
6+
- Forward return code for `utimens` and `rename`.
7+
- Restore compatibility with old fusepy implementations that implement `create` with only 2 arguments.
8+
- If FUSE 2 flag_nullpath_ok and flag_nopath members exist, then enable fuse_config.nullpath_ok in FUSE 3.
9+
- Handle possible null path in all methods mentioned in nullpath_ok documentation.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build-backend = "setuptools.build_meta"
1414

1515
[project]
1616
name = "mfusepy"
17-
version = "1.1.0"
17+
version = "1.1.1"
1818
description = "Ctypes bindings for the high-level API in libfuse 2 and 3"
1919
authors = [{name = "Maximilian Knespel", email = "mxmlnknp@gmail.com"}]
2020
license = {text = "ISC"}

0 commit comments

Comments
 (0)