Bug Fixes
-
Avoid running into the
default-members
trap with 'cargo publish'.
Default-members in a cargo workspace can override what's actually
published, so we have to be explicit about what to publish.This is only the case when there is more than one members in the
workspace, even though it would probably work as well if the package
would be specified with a single-crate workspace.
Commit Statistics
- 3 commits contributed to the release over the course of 3 calendar days.
- 3 days passed between releases.
- 1 commit where understood as conventional.
- 1 unique issue was worked on: #429