v2.0.11
sundowndev/phoneinfogav2.0.11May 17, 2020by sundowndev
AI Summary
A maintenance release aimed at improving tool stability by preventing the application from exiting when scanner errors occur. It also includes unit tests for the logging utility package.
Key Highlights
- Fixed scanners to prevent tool exit on error
- Added unit tests for the logger (utils package)
Full Release Notes
## Changelog ### Bug fixes - Scanners : prevent the tool from exiting when an error occurs in one of the scanners (5e213a2). ### Misc - Add unit tests for the logger (utils package) (6a30897)