diff --git a/CHANGELOG b/CHANGELOG index 54d12bc..56cee8c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +0.8.0 +----- + +* Support saving errno/LastError for system functions (closes #62) +* Based on Clang/LLVM 11.1 + 0.7.0 ----- diff --git a/bindings/python/setup.py b/bindings/python/setup.py index e7c6ab8..d61b403 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -94,7 +94,7 @@ def run(self): os.chdir(cwd) build_ext.run(self) -VERSION="0.7.0" +VERSION="0.8.0" module = Extension('pydffi.backend', include_dirs = [os.path.join(this_dir, '../../include'), os.path.join(this_dir, '../../third-party')],