Skip to content

Commit

Permalink
Release 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adang1345 committed Aug 27, 2024
1 parent 289d164 commit bafa435
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.8.1 <sub><sup>(_27 August 2024_)</sup></sub>
- To improve performance during name mangling, fix the PE checksum only if the checksum existed previously.
- Require `pefile` >= 2024.8.26 and make the changes necessary to work with this version of `pefile`.

## 1.8.0 <sub><sup>(_16 August 2024_)</sup></sub>
- Improve performance when the `.load-order` file is used for Python <= 3.7 or Conda Python <= 3.9.
- Warn if the vendored Microsoft Visual C++ runtime DLLs are too old. These DLLs do not provide forward compatibility, and compatibility issues may result if the vendored Microsoft Visual C++ runtime DLLs are older than those that the application was built against.
Expand Down
2 changes: 1 addition & 1 deletion delvewheel/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.8.0'
__version__ = '1.8.1'

0 comments on commit bafa435

Please sign in to comment.