Skip to content

Commit 3b9b083

Browse files
committed
[version] Bump version to 3.0.0
1 parent 6ef9ce1 commit 3b9b083

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
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

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.1"
17+
version = "3.0.0"
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)