Skip to content

v0.22.8

Choose a tag to compare

@github-actions github-actions released this 03 Jun 21:58
· 30 commits to main since this release
2ba9c48
  • Optimize collect_cargo_about license collection.

    • Skips optional dependencies not being compiled.
    • Skips local crates (version #.#.#-local).
  • Add collect_cargo_about_for for workspaces where a local crate collects the licenses, but it is not the executable entry crate.

  • Add .zr-l10n tool for cargo zng res.

    • Skip dependencies for langs not translated in the local resources.
    • Skip resources for test langs (pseudo* and template).
    • Strip comments.
    • Optional dependency subsetting. Added "l10n_usage_recorder" feature.
  • Implement subsetting for embedded icon fonts.

    • Added "material_icons_usage_recorder" and "material_icons_subset" features.
    • Added tutorial in docs for zng::icon::material.

Crates will be available on crates.io once Publish completes.