What's Changed
This could be considered a semi-breaking change in the way single files are identified as being sequences.
However, with the Go/C++ implementations expecting to match the original python fileseq, single files were being
too aggressively identified as sequences and this fix restores the behavior to match python.
- #30 go/cpp: Align single-file parsing rules with python fileseq, to make them less aggressive
Full Changelog: v2.13.0...v2.14.0