Changelog
- Feat: Signed artifact build files upload
- Feat: Artifact manifest validation
- Feat: Allow for publish in parent directory
- Feat: Loading spinner for build + install
- Feat: Separated artifact and dependencies install
- Fix: Streamlined error handling with `MurError`
- Fix: Improved config file handler
- Fix: Correct dependencies declaration 😊
Remarks
- This release has enabled public registry for artifacts at https//artifacts.murmur.nexus/simple. However, it currently we are not yet accepting user creation. We will fully open up public registry once we launch in subsequent release(s).
- Unified error handling and clean error messaging
- Separated artifact and dependency installation is required to prevent looking at pypi.org for artifacts. Pypi.org is defined as extra index url to look for artifact dependencies only.
Contributions
* Fix/move to project dependencies by ewdegraaff in https://github.com/murmur-nexus/mur/pull/5
* Feat/public registry by ewdegraaff in https://github.com/murmur-nexus/mur/pull/6
**Full Changelog**: https://github.com/murmur-nexus/mur/compare/v0.0.3...v0.0.4