Releases: hkxs/xml-cli-module
v1.0.1
v1.0.0
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
v0.1.3
v0.1.2
v0.1.1
Removed several modules that are not needed and a lot of code that was running during import. This help us have less code and also remove several artifacts that we weren't really using. This should be a "cleaner" python package compared to the previous release
Warning
This package doesn't have the version updated
Release 0.1.0
Initial release, this is the bare minimum things needed to read the BIOS knobs on a Linux system