Skip to content

Commit ccefce0

Browse files
committed
Publish 4.0.0
SHA256 hashes: empack-4.0.0-py2.py3-none-any.whl: e3cddc73c09888283529630330000279943d6c55b37ad1b7e26f52bacc73543c empack-4.0.0.tar.gz: dcfcd183de0dd1850eef9332161540e46b619d424a038cdfdef8d9f6fb357e68
1 parent d3360ca commit ccefce0

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

CHANGELOG.md

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

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

5+
## 4.0.0
6+
7+
([Full Changelog](https://github.com/emscripten-forge/empack/compare/v3.3.4...d3360ca7a178ab442fc68c2e59d894b34923bb55))
8+
9+
The main highlight of this release is the new filtering logic. We used to filter out many files from the packed environment due to using very restrictive include rules. We now include **everything by default** fixing many reporting issues concerning package data. We only filter out files if there are explicit rules for filtering them.
10+
11+
### Enhancements made
12+
13+
- Filtering: Include everything by default [#98](https://github.com/emscripten-forge/empack/pull/98) ([@martinRenou](https://github.com/martinRenou))
14+
15+
### Maintenance and upkeep improvements
16+
17+
- Fix backward compat on config files [#102](https://github.com/emscripten-forge/empack/pull/102) ([@martinRenou](https://github.com/martinRenou))
18+
- Update CI to using latest emscripten-forge platform and Python version [#99](https://github.com/emscripten-forge/empack/pull/99) ([@martinRenou](https://github.com/martinRenou))
19+
20+
### Contributors to this release
21+
22+
([GitHub contributors page for this release](https://github.com/emscripten-forge/empack/graphs/contributors?from=2024-05-21&to=2024-06-17&type=c))
23+
24+
[@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)
25+
26+
<!-- <END NEW CHANGELOG ENTRY> -->
27+
528
## 3.3.4
629

730
([Full Changelog](https://github.com/emscripten-forge/empack/compare/v3.3.3...784118763a5fd903569df7b1ef686a9c54eaa1e4))
@@ -16,8 +39,6 @@
1639

1740
[@martinRenou](https://github.com/search?q=repo%3Aemscripten-forge%2Fempack+involves%3AmartinRenou+updated%3A2024-04-26..2024-05-21&type=Issues) | [@michaelweinold](https://github.com/search?q=repo%3Aemscripten-forge%2Fempack+involves%3Amichaelweinold+updated%3A2024-04-26..2024-05-21&type=Issues)
1841

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2142
## 3.3.3
2243

2344
([Full Changelog](https://github.com/emscripten-forge/empack/compare/v3.3.2...d6ae4fc42fe79aa7a60f4b70fa72245e1e7566a3))

empack/version.py

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

0 commit comments

Comments
 (0)