Skip to content

Commit

Permalink
Prepare for 0.10.2 release (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
spbrogan authored Aug 28, 2019
1 parent b32b8e1 commit 7106b31
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ NOTE: It is strongly recommended that you use python virtual environments. Virt

## Release Version History

### Version 0.10.2

* Features:
* Add GuidList object to allow easy file system parsing of edk2 files for complete list of guids
* Add gitignore syntax parser to allow for common method to ignore files or folders in tools
* Bugs:
* Junit report format module was not escaping all user supplied strings which could cause invalid xml output

### Version 0.10.1

* Bugs:
Expand All @@ -46,7 +54,7 @@ NOTE: It is strongly recommended that you use python virtual environments. Virt

* Features:
* Change DEC parser
* More complete parser but is not backward compatibile. Users of DEC parser will need to update.
* More complete parser but is not backward compatible. Users of DEC parser will need to update.
* LibraryClass, Protocol, Ppi, and Guid sections now parse each line to a custom object which contains all data fields.

### Version 0.9.2
Expand All @@ -58,7 +66,7 @@ NOTE: It is strongly recommended that you use python virtual environments. Virt

* Features:
* Add support for getting WinSdk tools on platforms without VS2017 or newer
* FindToolInWinSdk in locate_tools.py throws a FileNotFoundException when it cannot find the tool requested, previouly it returned None
* FindToolInWinSdk in locate_tools.py throws a FileNotFoundException when it cannot find the tool requested, previously it returned None
* Add support for limiting vswhere to certain versions of visual studio (VS2017 and VS2019 supported)

### Version 0.9.00
Expand Down

0 comments on commit 7106b31

Please sign in to comment.