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
As of 2022.03.0, we utilize the [CALVER](https://calver.org/) version system.
113
113
Specifically, we have adopted the pattern `YYYY.MM.X`, where `YYYY` is a 4-digit
114
-
year (e.g. `2022`), `MM` is a 2-digit zero-padded month (e.g. `01`for January), and `X` is the release number (starting at zero at the start of each month and incremented once for each additional release).
114
+
year (e.g. `2022`), `0M` is a 2-digit zero-padded month (e.g. `01`for January), and `X` is the release number (starting at zero at the start of each month and incremented once for each additional release).
0 commit comments