Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

feature complete, final beta

Compare
Choose a tag to compare
@vitiral vitiral released this 05 Jul 21:46
· 181 commits to master since this release

🎉 🎉 🎉 This release marks the final beta of artifact

With it comes a few breaking changes:

  • #148: remove the risk (RSK) artifact type. It was not pulling its weight and the application is simpler and better for it
  • #150: remove auto-created parents. Previously if you had REQ-foo-bar but didn't have REQ-foo it would create it for you automatcally. Not specifying REQ-foo is now a hard error.
  • #151: more sane behavior for done and code-impl location. This is a minor breaking change and now allows you to mark an artifact as done or implemented in code but also have parts. The done/impl will act as a "virtual part".

Along with these changes, the documentation (including the book) have been cleaned up and updated. If you find any bugs, please open an issue!