Skip to content

Commit da05588

Browse files
committed
Publish 5.0.0
SHA256 hashes: empack-5.0.0-py2.py3-none-any.whl: 7d1b7423c1668756360fd7fac9b71812c6d660b7f6104ae804d6e60f26ac35f1 empack-5.0.0.tar.gz: 00bc00389a7c3b85f4d5297fc06f43ed2456ec5a40db8d68fddb48c18a963c42
1 parent 3046105 commit da05588

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+
## 5.0.0
6+
7+
([Full Changelog](https://github.com/emscripten-forge/empack/compare/v4.0.3...3046105d179d5db47d83fdd00fcdc2f72bfd0a53))
8+
9+
### Enhancements made
10+
11+
- Pass package source URL to URL factory [#109](https://github.com/emscripten-forge/empack/pull/109) ([@trungleduc](https://github.com/trungleduc))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/emscripten-forge/empack/graphs/contributors?from=2024-10-15&to=2024-10-21&type=c))
16+
17+
[@trungleduc](https://github.com/search?q=repo%3Aemscripten-forge%2Fempack+involves%3Atrungleduc+updated%3A2024-10-15..2024-10-21&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 4.0.3
622

723
([Full Changelog](https://github.com/emscripten-forge/empack/compare/v4.0.2...cd6efc3636047c4e639bbebd4ce823730097672c))
@@ -20,8 +36,6 @@
2036

2137
[@DerThorsten](https://github.com/search?q=repo%3Aemscripten-forge%2Fempack+involves%3ADerThorsten+updated%3A2024-09-05..2024-10-15&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Aemscripten-forge%2Fempack+involves%3Atrungleduc+updated%3A2024-09-05..2024-10-15&type=Issues)
2238

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2539
## 4.0.2
2640

2741
([Full Changelog](https://github.com/emscripten-forge/empack/compare/v4.0.1...897c502bea3fcb0eb837784a1dd679a1622cef6a))

empack/version.py

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

0 commit comments

Comments
 (0)