You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we're past 1.0.0, it'd be helpful to be able to do patch releases (ie, to fix issue #209). We can't do that with pgtap_version returning numeric, unless we want to have it return something like 1.001?
The text was updated successfully, but these errors were encountered:
Sorry, was reading too quickly. Please don't change its return value, that would break compatibility. The value is set by the $NUMVERSION variable in the Makefile. I think the idea was that it would return only the first two parts of the version, because the patch version (the third part) should indicate only the simplest of bug fixes, without changing any functionality. But also, we've never released a version with anything other than 0 in the version patch level. So maybe just stick to that pattern and release 1.1.0?
Now that we're past 1.0.0, it'd be helpful to be able to do patch releases (ie, to fix issue #209). We can't do that with pgtap_version returning numeric, unless we want to have it return something like 1.001?
The text was updated successfully, but these errors were encountered: