[debian] fix: crashing when parsing the package size attributes with unexpected symbols (info dialog)

This commit is contained in:
Vinicius Moreira
2022-04-04 11:41:59 -03:00
parent 8efb83e94c
commit 9e2184a0e9
2 changed files with 14 additions and 3 deletions

View File

@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [0.10.2]
### Fixes
- Debian
- info: crashing when the package size has unexpected symbols [#251](https://github.com/vinifmor/bauh/issues/251)
## [0.10.1] 2022-03-31
### Features