Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adang1345 committed Aug 8, 2023
1 parent 6ce9d8d commit 4430ec4
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.5.0 <sub><sup>(_8 August 2023_)</sup></sub>
- Make whitespace around the `.py` patch prettier.
- Use the term "overlay" in code and documentation to describe PE file trailing data.
- Ignore `.pyd` files in `.data` directory outside of `.data/purelib` and `.data/platlib`.
- Don't vendor debug versions of CPython DLLs (e.g. `python3_d.dll`).
- Introduce the `--include-symbols` option to vendor debug symbol files along with DLLs.

## 1.4.0 <sub><sup>(_20 July 2023_)</sup></sub>
- Introduce support for namespace packages with the `--namespace-pkg` option.
- Move "updating RECORD" message to verbose mode.
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.4.0'
__version__ = '1.5.0'

0 comments on commit 4430ec4

Please sign in to comment.