26 stable releases
new 8.45.0-rc.1+build.18809135 | May 10, 2025 |
---|---|
8.44.1+build.18785450 | May 10, 2025 |
8.43.0+build.18619313 | Apr 28, 2025 |
8.39.3+build.18190384 | Mar 27, 2025 |
8.23.0+build.16760339 | Nov 25, 2024 |
#313 in Data structures
1,103 downloads per month
6.5MB
155K
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–10MB
~99K SLoC