Skip to content

Commit

Permalink
Publish 4.0.1
Browse files Browse the repository at this point in the history
SHA256 hashes:

empack-4.0.1-py2.py3-none-any.whl: 32315964abafc5354d2de7bbd5622f701d97858c53af5f4cdb2aebedb38e9c72

empack-4.0.1.tar.gz: 9ec7584dfc8405524463e845757a5fdc255c0e765e0bdc15dd686f934b3e215a
  • Loading branch information
martinRenou committed Sep 2, 2024
1 parent e2e8819 commit a6d76c8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## 4.0.1

([Full Changelog](https://github.com/emscripten-forge/empack/compare/v4.0.0...e2e881969207b2454f616e182ce68b4936f1d48b))

### Bugs fixed

- 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))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/emscripten-forge/empack/graphs/contributors?from=2024-06-17&to=2024-09-02&type=c))

[@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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 4.0.0

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

[@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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 3.3.4

([Full Changelog](https://github.com/emscripten-forge/empack/compare/v3.3.3...784118763a5fd903569df7b1ef686a9c54eaa1e4))
Expand Down
2 changes: 1 addition & 1 deletion empack/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.0.0"
__version__ = "4.0.1"

0 comments on commit a6d76c8

Please sign in to comment.