File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11
2+ # Version 3.0.0 built on 2025-07-08
3+
4+ Version 2 was skipped because the git tags would have clashed with the original fusepy tags.
5+
6+ ## API
7+
8+ - Add type-hints.
9+ - ` LoggingMixIn ` does not do anything anymore.
10+ - ` Operation.__call__ ` is not used anymore. Use decorators instead.
11+
12+ ## Features
13+
14+ - Add ` overrides ` decorator.
15+
16+
217# Version 1.1.1 built on 2025-07-07
318
419## Fixes
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ build-backend = "setuptools.build_meta"
1414
1515[project ]
1616name = " mfusepy"
17- version = " 1.1.1 "
17+ version = " 3.0.0 "
1818description = " Ctypes bindings for the high-level API in libfuse 2 and 3"
1919authors = [{name = " Maximilian Knespel" , email = " mxmlnknp@gmail.com" }]
2020license = {text = " ISC" }
You can’t perform that action at this time.
0 commit comments