Skip to content

Commit

Permalink
Release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adang1345 committed Aug 16, 2024
1 parent c58654e commit 854a578
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 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.
- Rename `--add-dll` to `--include`. `--add-dll` will continue to be supported as an alias.
- Rename `--no-dll` to `--exclude`. `--no-dll` will continue to be supported as an alias.
- Allow `--add-path`, `--include`, `--exclude`, and `--no-mangle` to be specified multiple times. When specified multiple times, values are combined.

## 1.7.4 <sub><sup>(_7 August 2024_)</sup></sub>
- Fix `OSError: Error loading *.dll; The operation completed successfully.` Previously, this error occurred intermittently when importing packages for Python <= 3.7 or Conda Python <= 3.9.

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.7.4'
__version__ = '1.8.0'

0 comments on commit 854a578

Please sign in to comment.