Skip to content

v11.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jul 04:27
· 9 commits to refs/heads/main since this release
7f95228

What's Changed

⚠️ Breaking Changes

  • .sync/rust\_config/rustfmt.toml: Use Rust default of 4 space indentation @vineelko (#352)
    Change Details
      Use the Rust default of 4 space indentation in Mu rust code moving forward.

🚀 Features & ✨ Enhancements

  • Steps/BuildPlatform.yml \& Steps/PrGate.yml: Introduce publish\_artifacts parameter @MarcChen46 (#355)
    Change Details
      A new publish_artifacts parameter is introduced to the Steps/PrGate.yml and Steps/BuildPlatform.yml templates to allow consuming pipelines to separate publication of artifacts from their copying to the staging directory. This is useful for a consumer to customize publication of the artifact staging directory after artifacts are copied by these templates. The default for publish_artifacts is true for complete backward compatibility with existing pipelines

  • .sync/rust\_config/Makefile.toml: Add clippy to catch lint issues duri… @vineelko (#353)
    Change Details
      .sync/rust_config/Makefile.toml: Add clippy to catch lint issues during inner dev loop

🐛 Bug Fixes

  • Jobs/PrGate.yml: Fix 'CLANGPDB' string expression issue @MarcChen46 (#354)
    Change Details
      Fix a string comparation expression issue in /Jobs/PrGate.yml

    image

      </blockquote>
      <hr>
    </details>
    

Full Changelog: v10.1.1...v11.0.0