Crates.io | traiter |
lib.rs | traiter |
version | 4.0.0 |
source | src |
created_at | 2022-07-06 09:35:49.704525 |
updated_at | 2023-07-23 23:43:14.845534 |
description | Traits collection. |
homepage | |
repository | https://github.com/lycantropos/traiter |
max_upload_size | |
id | 620371 |
size | 121,682 |
Install bump2version.
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
.
Test bumping version
bump2version --dry-run --verbose release
Bump version
bump2version --verbose release
This will set version to major.minor.patch
.
Plain
cargo test
Inside Docker
container:
docker-compose up
Bash
script:
./run-tests.sh
PowerShell
script:
.\run-tests.ps1