Skip to content

Commit

Permalink
Bump to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aguinet committed Mar 20, 2021
1 parent 7c05e7c commit 08c3943
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down
2 changes: 1 addition & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')],
Expand Down

0 comments on commit 08c3943

Please sign in to comment.