Skip to content

Releases: tianocore/edk2-pytool-library

v0.23.0

06 Mar 14:45
a1635d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.22.6...v0.23.0

v0.22.6

05 Mar 17:30
4660132
Compare
Choose a tag to compare

What's Changed

Dependency Updates

  • build(deps): bump ruff from 0.6.9 to 0.8.6 by @dependabot in #686
  • build(deps): bump setuptools from 75.1.0 to 75.7.0 by @dependabot in #687
  • build(deps): bump mkdocs-material from 9.5.40 to 9.5.49 by @dependabot in #681
  • build(deps): bump mkdocstrings[python] from 0.26.1 to 0.27.0 by @dependabot in #667
  • build(deps): bump codecov/codecov-action from 4 to 5 by @dependabot in #670
  • build(deps): bump pre-commit from 3.8.0 to 4.0.1 by @dependabot in #657

Full Changelog: v0.22.5...v0.22.6

v0.22.5

06 Jan 15:29
6b53631
Compare
Choose a tag to compare

What's Changed

  • Set default stream encoding to utf-8 to logging handlers by @apop5 in #685

Full Changelog: v0.22.4...v0.22.5

v0.22.4

03 Jan 23:59
c4a8dd5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.22.3...v0.22.4

v0.22.3

22 Nov 00:49
55350f3
Compare
Choose a tag to compare

What's Changed

  • Update GetEdk2RelativePathFromAbsolutePath and GetAbsolutePathOnThisSystemFromEdk2RelativePath path input type hinting by @antklein in #672
  • buildreport_parser.py: Properly handle NULL libraries by @apop5 in #671

New Contributors

Full Changelog: v0.22.2...v0.22.3

v0.22.2

18 Oct 19:49
1d941cf
Compare
Choose a tag to compare

What's Changed

  • Fix UEFI Variable Fetching on Linux by @os-d in #655

New Contributors

  • @os-d made their first contribution in #655

Full Changelog: v0.22.1...v0.22.2

v0.22.1

18 Oct 14:57
db0565d
Compare
Choose a tag to compare

What's Changed

  • fdf_parser.py: support SECTION COMPRESS sections by @apop5 in #654
  • base_parser.py: support conditions checking for empty string by @apop5 in #653

Dependency Changes

Full Changelog: v0.22.0...v0.22.1

v0.22.0

14 Oct 21:11
6ee2f8b
Compare
Choose a tag to compare

What's Changed

  • [REBASE&FF] Run ruff check and ruff format on the workspace by @Javagedes in #648
  • Python support: drop 3.10, add 3.13 by @Javagedes in #652

Integration Instructions

Python 3.10 is no longer supported starting at edk2-pytool-library v0.22.0. If your platform cannot upgrade to 3.11 or above, continue using a version of edk2-python-library less than v0.22.0. Otherwise upgrade your version of python to 3.11 or greater.

Full Changelog: v0.21.12...v0.22.0

v0.21.12

01 Oct 16:59
78b103e
Compare
Choose a tag to compare

What's Changed

  • docs/developing.md: Update outdated steps by @makubacki in #645
  • Fix ruff issues [Rebase & FF] by @makubacki in #646
  • test_locate_tools: Make test_FindInf2CatToolInWinSdk() results consistent by @makubacki in #647
  • gitignore_parser.py: Handle non-subpaths in rule file check by @makubacki in #644

Full Changelog: v0.21.11...v0.21.12

v0.21.11

17 Sep 22:17
8bd86b1
Compare
Choose a tag to compare

What's Changed

Dependency Updates

Full Changelog: v0.21.10...v0.21.11