22 stable releases
new 8.42.0-rc.1+build.18468623 | Apr 16, 2025 |
---|---|
8.41.0+build.18365411 | Apr 16, 2025 |
8.39.3+build.18190384 | Mar 27, 2025 |
8.32.2+build.17584272 | Feb 13, 2025 |
8.23.0+build.16760339 | Nov 25, 2024 |
#327 in Data structures
375 downloads per month
6.5MB
151K
SLoC
Mikufans-proto
Semver explanation
Starting from 8.41.0, we will change the naming strategy.
Take 8.41.0-rc.1+build.18365411
as an example.
-
8
is the major version, which is not changed by this crate. -
41
is the minor version, which is not changed by this crate. -
0
is the crate patch version, which is not changed by this crate. -
rc.1
is the pre-release version.During the entire life cycle of the current version (e.g.,
8.41.0
), if upstream code is updated or this repository makes certain changes, we will increment the pre-release version until the official release of the next version, such as8.42.0
(or8.41.1
, though this is less common). Only then will we release the stable version of the current version.For breaking changes within this repository itself, we will follow semver rules and be shipped at the next minor version release.
-
build.18365411
is the actual build version, which is not changed by this crate.
Dependencies
~4–11MB
~102K SLoC