Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

28 lines (18 loc) · 2.02 KB

Changelog

[0.3.0]

  • winres is now more strict about embed_resource's result (using manifest_required instead of manifest_option) and therefore may panic more likely, for example if the environment is missing a resource compiler.
    • 181645b feat: More strictly handle resource compiler issues. (#20) on 2025-01-29

[0.2.1]

  • Updated embed-resource to v3. No user facing changes.
    • 8e8897c chore(deps): update rust crate embed-resource to v3 (#18) on 2025-01-29

[0.2.0]

  • Updated toml crate to 0.8. This raises this crate's MSRV to 1.65.
    • fad716e chore(deps): update toml to 0.8 (#13) on 2025-01-10

[0.1.1]

  • Added compile_for function to select which binaries to apply the resource to.
    • 3aa8411 refactor: Use embed-resource crate to compile resources (#9) on 2023-05-04
  • Use https://github.com/nabijaczleweli/rust-embed-resource to compile the resource for better cross-platform compilation support. Note that because of this a few methods are no-op now and marked as deprecated. Technically this was a breaking change.
    • 3aa8411 refactor: Use embed-resource crate to compile resources (#9) on 2023-05-04

[0.1.0]

  • Initial release.
    • 72e3fec ci: Add covector to prepare publishing (#5) on 2023-01-19