Version 1.0.1
New Features
- Added CLI command:
nimporter compile
which improves workflows related to compiling all Nim sources without running the application or bundling an application into a Zip archive without using asetup.py
.
Bug Fixes
- Fixed
MANIFEST.in
not being deleted onnimporter clean
if it resided in project root