Release Version 0.1.1
Includes changes from
Changelog
- Bugfix: Compile modules in current working directories that contain spaces in the preceding path.
- Bugfix: Typo in readme.
- Improvement: Simplified hash function to use standard library implementation.
- Improvement: Used simpler
pathlib.Path.glob()
API rather than manually iterating over folders to find Nim modules.