🚀 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-denyconfig #459 (@mgrachev) - Update docker build #456 (@mgrachev)
- Update dependencies #455 (@mgrachev)
- Use derive (default) instead of impl #452 (@mgrachev)
- Get rid of
Rc<FileEntry>inLineEntry#448 (@mgrachev) - Replace
LineEntrywith line number inWarning#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)