Closed adamgreig closed 4 years ago
This is a breaking change since it imports the changes to CriticalSection
Ah, yep, I definitely should have checked that. Presumably that means we can't have a semver trick release and will require a mass update to 1.0 instead? Oh well...
Yeah, looks like it. We can only reexport compatible types through the semver trick.
Yep. Brave new future here we come!
Note this PR is against a v0.2 branch which currently reflects the v0.2.5 release.
This is a semver trick release so that applications can depend on both v0.2 and v1.0 of bare-metal at the same time without type conflicts.
I think I've done this right...