Skip to content

Releases: zaibon/py-dmidecode

v0.1.3

01 Feb 21:43
32e27aa
Compare
Choose a tag to compare

What's Changed

  • fix import issue after migration to poetry by @zaibon in #14
  • feat(test): add unit test for parsing and configure code coverage tracking by @zaibon in #18
  • Create scorecard.yml by @zaibon in #24
  • add ossf scorecard badge by @zaibon in #25
  • fix: properly parse indented list by @zaibon in #48

Full Changelog: v0.1.1...v0.1.3

v0.1.1

21 May 18:09
1207e1a
Compare
Choose a tag to compare

What's Changed

  • Migration to poetry by @zaibon in #10
  • fix for redefining builtin 'str' and context manager for resource all location by @wdpypere in #11

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

10 Oct 06:51
9cc5222
Compare
Choose a tag to compare

Extract parsing of dmidecode raw input into DMIParse object. It allows you to get the dmidecode input from any source and not only from your local system. (#5)