Skip to content

v1.0.0

Choose a tag to compare

@hkxs hkxs released this 21 Oct 19:54
· 1 commit to main since this release
141a03d

This release formats the code with MyPy and Flake8, we also analyzed it using bandit. Several global variables that were used on xmlclilib were removed with the usage of a dedicated class. We also added an entry point to enable execution of the module as an application, this can be used to generate BIOS xml data directly without using a python console/script to generate it manually

What's Changed

  • fix: flake8 by @hkxs in #8
  • fix: format with MyPy and remove black by @hkxs in #10
  • fix: Add bandit scan by @hkxs in #11
  • fix: don't rename compiled libraries by @hkxs in #12
  • test: add UT for xmlcli and xmlclilib by @hkxs in #13
  • fix: Remove xmlclilib global variables by @hkxs in #14
  • fix: recursion by @hkxs in #15
  • feat: Add entry point to use it as an app by @hkxs in #16

Full Changelog: v0.1.3...v1.0.0