Skip to content

Commit a6d76c8

Browse files
committed
Publish 4.0.1
SHA256 hashes: empack-4.0.1-py2.py3-none-any.whl: 32315964abafc5354d2de7bbd5622f701d97858c53af5f4cdb2aebedb38e9c72 empack-4.0.1.tar.gz: 9ec7584dfc8405524463e845757a5fdc255c0e765e0bdc15dd686f934b3e215a
1 parent e2e8819 commit a6d76c8

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 4.0.1
6+
7+
([Full Changelog](https://github.com/emscripten-forge/empack/compare/v4.0.0...e2e881969207b2454f616e182ce68b4936f1d48b))
8+
9+
### Bugs fixed
10+
11+
- Change list-of-POSIX-paths to list-of-strings in yield of `iterate_pip_pkg_record()` function [#104](https://github.com/emscripten-forge/empack/pull/104) ([@michaelweinold](https://github.com/michaelweinold))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/emscripten-forge/empack/graphs/contributors?from=2024-06-17&to=2024-09-02&type=c))
16+
17+
[@DerThorsten](https://github.com/search?q=repo%3Aemscripten-forge%2Fempack+involves%3ADerThorsten+updated%3A2024-06-17..2024-09-02&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Aemscripten-forge%2Fempack+involves%3AmartinRenou+updated%3A2024-06-17..2024-09-02&type=Issues) | [@michaelweinold](https://github.com/search?q=repo%3Aemscripten-forge%2Fempack+involves%3Amichaelweinold+updated%3A2024-06-17..2024-09-02&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 4.0.0
622

723
([Full Changelog](https://github.com/emscripten-forge/empack/compare/v3.3.4...d3360ca7a178ab442fc68c2e59d894b34923bb55))
@@ -23,8 +39,6 @@ The main highlight of this release is the new filtering logic. We used to filter
2339

2440
[@DerThorsten](https://github.com/search?q=repo%3Aemscripten-forge%2Fempack+involves%3ADerThorsten+updated%3A2024-05-21..2024-06-17&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Aemscripten-forge%2Fempack+involves%3AmartinRenou+updated%3A2024-05-21..2024-06-17&type=Issues)
2541

26-
<!-- <END NEW CHANGELOG ENTRY> -->
27-
2842
## 3.3.4
2943

3044
([Full Changelog](https://github.com/emscripten-forge/empack/compare/v3.3.3...784118763a5fd903569df7b1ef686a9c54eaa1e4))

empack/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.0.0"
1+
__version__ = "4.0.1"

0 commit comments

Comments
 (0)