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
Our new version numbering system is quite clever and tries to advance
the teeny version number automagically. Previously we would call
ourselves an "0.25 preview", so we would rev the minor version number
immediately after a new release. But the new system is incrementing the
teeny version, so now we're at "0.25.14" even though we've never
released an "0.25"! Instead we should be a teeny release upon "0.24".
This is actually right and good and much more sensible than our previous
strategy.
0 commit comments