Skip to content

v0.2.0

Compare
Choose a tag to compare
@sam0x17 sam0x17 released this 08 Jul 22:13
· 41 commits to main since this release
f35a8d9

Breaking Change

all embedded paths are now crate-relative instead of workspace-relative. This fixes a number of issues with deploying to crates.io and docs.rs, since workspace relative paths break once you are deploying a sub-crate. We were able to properly detect the caller's crate root using this method: https://github.com/sam0x17/docify/blob/ecb7cc87ec2f2670ce61d7dc3cc331310c42b2a6/macros/src/lib.rs#L72-L102

For this reason, we have bumped into the 0.2.x series.