# Changelog ## Unreleased ## 0.3.1 ### Fixed - `embed-licensing-macro` no longer has a (circular) dev-dependency on `embed-licensing`, which prevented publishing `embed-licensing{,-macro}` to crates.io ## 0.3.0 ### Added - Collection can now distinguish between normal, development and build dependencies - Collection can now be limited to a specific platform ### Changed - License now is [MPL-2.0](./LICENSES/MPL-2.0.txt) for all files ## 0.2.0 ### Changed - `CrateLicense` no longer boxes the `SpdxExpression` variant ### Fixed - Compilation performance (especially with higher `opt-level`s) is much higher ## 0.1.0 Initial release