v1.1.0
- Added support for TOML file validation
- Replaced filepath.Walk in the fsfinder package with filepath.WalkDir. According to the go docs WalkDir is more efficient.
- Replaced log.Println with fmt.Println in the CLI so that the date no longer is displayed in the Help output