We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e7a56 commit 4078bdaCopy full SHA for 4078bda
2 files changed
Changes.rst
@@ -4,15 +4,16 @@
4
5
.. currentmodule:: pyfuse3
6
7
-Unreleased Changes
8
-==================
+Release 3.0.0 (2020-05-08)
+==========================
9
10
* Changed `create` handler to return a `FileInfo` struct to allow for
11
modification of certain kernel file attributes, e.g. ``direct_io``.
12
13
Note that this change breaks backwards compatibility, code that depends
14
on the old behavior needs to be changed.
15
16
+
17
Release 2.0.0
18
=============
19
setup.py
@@ -57,7 +57,7 @@
57
# to work properly
58
sys.path.insert(0, os.path.join(basedir, 'src'))
59
60
-PYFUSE3_VERSION = '2.0.0'
+PYFUSE3_VERSION = '3.0.0'
61
62
def main():
63
0 commit comments