When you try to decrypt a file encrypted with an older version
of sigtool, you'll get an error like below:
./bin/linux-amd64/sigtool decrypt ~/.ssh/my-private-key -o b a.enc
Enter passphrase for private key:
./bin/linux-amd64/sigtool: decrypt: Unsupported version 2; this tool only supports v3
This means you cannot decrypt any files you previously encrypted. Maybe such a behavior should at least be mentioned within the release notes? I'll stick with 2.x for now.