Skip to content

Commit 99b1b76

Browse files
committed
Publish 4.0.3
SHA256 hashes: empack-4.0.3-py2.py3-none-any.whl: ac15ee3ee52c7c665222f50c3156f39a9056ea5c5a424f2cbf9e02f62219f79e empack-4.0.3.tar.gz: 33d5edf9d667297b79dc1b6e2f4c70727cf7929ba62ab135f37151364d696ba5
1 parent cd6efc3 commit 99b1b76

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

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

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

5+
## 4.0.3
6+
7+
([Full Changelog](https://github.com/emscripten-forge/empack/compare/v4.0.2...cd6efc3636047c4e639bbebd4ce823730097672c))
8+
9+
### Enhancements made
10+
11+
- Add package url factory [#108](https://github.com/emscripten-forge/empack/pull/108) ([@trungleduc](https://github.com/trungleduc))
12+
13+
### Bugs fixed
14+
15+
- restrict package versions in integration test [#107](https://github.com/emscripten-forge/empack/pull/107) ([@DerThorsten](https://github.com/DerThorsten))
16+
17+
### Contributors to this release
18+
19+
([GitHub contributors page for this release](https://github.com/emscripten-forge/empack/graphs/contributors?from=2024-09-05&to=2024-10-15&type=c))
20+
21+
[@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)
22+
23+
<!-- <END NEW CHANGELOG ENTRY> -->
24+
525
## 4.0.2
626

727
([Full Changelog](https://github.com/emscripten-forge/empack/compare/v4.0.1...897c502bea3fcb0eb837784a1dd679a1622cef6a))
@@ -16,8 +36,6 @@
1636

1737
[@martinRenou](https://github.com/search?q=repo%3Aemscripten-forge%2Fempack+involves%3AmartinRenou+updated%3A2024-09-02..2024-09-05&type=Issues)
1838

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2139
## 4.0.1
2240

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

empack/version.py

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

0 commit comments

Comments
 (0)