cofyc/argparse

Version management

M3TIOR opened this issue · 2 comments

I'm planning on using this project in my GNU Moreutils vipe rewrite, I was curious what version management system this project uses. You have some git tags that seem to be Semantic Versioned but there have been quite a few bug fixes since then and no tagged version patches.

cofyc commented

yes, it's semantic versioned
the core API is table but a new flag ARGPARSE_IGNORE_UNKNOWN_ARGS is introduced, v1.1.0 is tagged and pushed, you can use this version.

Thanks