From 08c394307a37f926d5be42e5a5202a4b3bc16259 Mon Sep 17 00:00:00 2001 From: Adrien Guinet Date: Sat, 20 Mar 2021 21:14:02 +0100 Subject: [PATCH] Bump to 0.8.0 --- CHANGELOG | 6 ++++++ bindings/python/setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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')],