Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 01 Oct 14:34
· 55 commits to refs/heads/main since this release
3438038

What's Changed

  • Cargo.toml: Update version to 1.1.0 @makubacki (#30)
    Change Details
      ## Description

    Updates the crate version in anticipation of a v1.1.0 tagged release.

    • Impacts functionality?
    • Impacts security?
    • Breaking change?
    • Includes tests?
    • Includes documentation?

    How This Was Tested

    • N/A

    Integration Instructions

    • N/A


  • [Rebase \& FF] Add a test for get memory map wrapper @dachihy (#24)
    Change Details
      ## Description

    Add a test for get memory map wrapper

    • Impacts functionality?
    • Impacts security?
    • Breaking change?
    • Includes tests?
    • Includes documentation?

    How This Was Tested

    Run test

    Integration Instructions

    N/A




🚀 Features & ✨ Enhancements

  • macros: Add new module for helper macros @makubacki (#29)
    Change Details
      ## Description

    The first macro here is function!() which prints the name of the containing function. Originally implemented in the advanced logger crate and transferred here for broader accessibility.

    • Impacts functionality?
    • Impacts security?
    • Breaking change?
    • Includes tests?
    • Includes documentation?

    How This Was Tested

    • Cargo doc, tests, build, and usage in a consuming crate

    Integration Instructions

    Use the mu_rust_helpers::function macro if it is useful for you.




📖 Documentation Updates

  • macros: Add new module for helper macros @makubacki (#29)
    Change Details
      ## Description

    The first macro here is function!() which prints the name of the containing function. Originally implemented in the advanced logger crate and transferred here for broader accessibility.

    • Impacts functionality?
    • Impacts security?
    • Breaking change?
    • Includes tests?
    • Includes documentation?

    How This Was Tested

    • Cargo doc, tests, build, and usage in a consuming crate

    Integration Instructions

    Use the mu_rust_helpers::function macro if it is useful for you.




Full Changelog: v1.0.1...v1.1.0