diff --git a/CHANGELOG.md b/CHANGELOG.md index 2634f70..2c7a8a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 3.3.1 + +([Full Changelog](https://github.com/emscripten-forge/empack/compare/v3.3.0...d8d48c6779696aac0a695fe162fd7c38f698073e)) + +### Enhancements made + +- fixes for voici windows build [#90](https://github.com/emscripten-forge/empack/pull/90) ([@pjaggi1](https://github.com/pjaggi1)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/emscripten-forge/empack/graphs/contributors?from=2024-01-03&to=2024-01-29&type=c)) + +[@pjaggi1](https://github.com/search?q=repo%3Aemscripten-forge%2Fempack+involves%3Apjaggi1+updated%3A2024-01-03..2024-01-29&type=Issues) + + + ## 3.3.0 ([Full Changelog](https://github.com/emscripten-forge/empack/compare/3.2.0...05620f8cb46b1455e1ac97050425356fe4346bac)) @@ -20,5 +36,3 @@ ([GitHub contributors page for this release](https://github.com/emscripten-forge/empack/graphs/contributors?from=2023-11-16&to=2024-01-03&type=c)) [@DerThorsten](https://github.com/search?q=repo%3Aemscripten-forge%2Fempack+involves%3ADerThorsten+updated%3A2023-11-16..2024-01-03&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Aemscripten-forge%2Fempack+involves%3AmartinRenou+updated%3A2023-11-16..2024-01-03&type=Issues) - - diff --git a/empack/version.py b/empack/version.py index 88c513e..ff04168 100644 --- a/empack/version.py +++ b/empack/version.py @@ -1 +1 @@ -__version__ = "3.3.0" +__version__ = "3.3.1"