Release v3.2.0
Published on January 24, 2022 by Mikhail Grachev
🚀 Added
- Add check for new version #454 (@mgrachev)
- Support of double-quoted multiline values #453 (@DDtKey)
- Support of single-quoted multiline values #450 (@DDtKey)
🔧 Changed
- Update cargo-deny config #459 (@mgrachev)
- Update docker build #456 (@mgrachev)
- Update dependencies #455 (@mgrachev)
- Use derive (default) instead of impl #452 (@mgrachev)
- Get rid of Rc<FileEntry> in LineEntry #448 (@mgrachev)
- Replace LineEntry with line number in Warning #447 (@mgrachev)
- Tidy up imports #446 (@mgrachev)
- Add type alias for Result #445 (@mgrachev)
- Change edition to 2021 #444 (@mgrachev)
- Display a message on installation error #443 (@mgrachev)
- Fix falling on checking multi-line values #462 (@DDtKey)
- Detect multi-line values if they contain a = sign #463 (@DDtKey)