·
4 commits
to refs/heads/main
since this release
What's Changed
-
decompress: properly handle zero-sized decompressed file @Javagedes (#75)
Change Details
## Description
decompression should succeed even when the decompressed file size is zero. It should return a buffer with zero bytes.
Specifically, this is for SCT compliance.
- Impacts functionality?
- Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
How This Was Tested
CI Tests, SCT tests pass
Integration Instructions
N/A
</blockquote> <hr> </details>
-
Sync Mu DevOps Files, add new cargo checks, and fix resulting errors @magravel (#67)
Change Details
## Description
This pull request brings rust fmt/clippy/doc/test validation to pull requests. Initial fixes for these are also included in this PR.
The file sync commit was cherry-picked from this pull request: #66
- Impacts functionality?
- Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
How This Was Tested
This was tested by running the PR pipeline ( clippy, fmt, build, test, coverage, doc ).
Integration Instructions
N/A
</blockquote> <hr> </details>
-
Update version to 3.0.1 @makubacki (#55)
Change Details
## Description
Version update for the upcoming release.
- Impacts functionality?
- Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
How This Was Tested
N/A
Integration Instructions
N/A
Full Changelog: v3.0.1...v3.0.2