10 releases (4 major breaking)
Uses old Rust 2015
| 4.0.0 | Jul 23, 2023 |
|---|---|
| 3.1.0 | Jun 13, 2023 |
| 2.0.2 | Jun 9, 2023 |
| 2.0.1 | Mar 9, 2023 |
| 0.1.0 | Jul 13, 2022 |
#975 in Data structures
46 downloads per month
Used in 2 crates
115KB
2.5K
SLoC
traiter
Development
Bumping version
Preparation
Install bump2version.
Pre-release
Choose which version number category to bump following semver specification.
Test bumping version
bump2version --dry-run --verbose $CATEGORY
where $CATEGORY is the target version number category name, possible
values are patch/minor/major.
Bump version
bump2version --verbose $CATEGORY
This will set version to major.minor.patch-alpha.
Release
Test bumping version
bump2version --dry-run --verbose release
Bump version
bump2version --verbose release
This will set version to major.minor.patch.
Running tests
Plain
cargo test
Inside Docker container:
docker-compose up
Bash script:
./run-tests.sh
PowerShell script:
.\run-tests.ps1