Releases: m-manu/go-find-duplicates
Releases · m-manu/go-find-duplicates
v1.7.0
- Upgrade to Go 1.19
- Ordering of messages across stdout and stderr (in case of error)
- [internal] Upgraded existing libraries to latest stable versions
- [internal] Refactored code and add code code comments
v1.6.0
- Upgrade to Go 1.18
- Upgrades to dependent libraries
v1.5.1
Fixed bug that caused false positives in reporting duplicates
v1.4.0
Upgraded Go version 1.17; No code changes;
v1.3.2
- Minor doc and README changes
- [internal] Minor code refactoring
v1.3.0
- POSIX convention for command line options
- Minor improvements to error messaging
v1.1.0
Following changes:
-thorough
flag to compute hash of entire file contents
- Test cases in Dockerfile
- Better handling of command line options
- README improvements
v1.0.1
travis build; license; lint and code formatting; readme improvements
v1.0.0
First cut with basic features; well tested;