IBM/openapi-validator

print RuleSet version

michelecurioni opened this issue ยท 3 comments

Hi,
would it be possible to print the version of the ruleset package included in the validator?
For instance, when I run 'lint-openapi --version', it would be useful to have something like this:
ValidatorVersion:"0.95.0", RuleSetVersion:"0.44.0"

The format is not important for me, just the information.

The version of the RuleSet package is useful to look at RuleSet's changelog to identify which rule has been modified in that particular version.

Thanks

@michelecurioni Thanks for the suggestion. That seems very reasonable/useful to me. I'll look at adding that soon

๐ŸŽ‰ This issue has been resolved in version 0.96.0 ๐ŸŽ‰

The release is available on npm package (@latest dist-tag)

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€

๐ŸŽ‰ This issue has been resolved in version 0.44.1 ๐ŸŽ‰

The release is available on npm package (@latest dist-tag)

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€