bump version specifier #33

Merged
muellerr merged 2 commits from prep_v0.7.0-beta2 into main 2023-09-26 17:15:30 +02:00
2 changed files with 2 additions and 4 deletions
Showing only changes of commit 393c73cedf - Show all commits

View File

@ -20,11 +20,9 @@ pipeline {
}
stage('Docs') {
steps {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh 'cargo +nightly doc --all-features'
}
}
}
stage('Rustfmt') {
steps {
sh 'cargo fmt --all --check'

View File

@ -4,7 +4,7 @@ Checklist for new releases
# Pre-Release
1. Make sure any new modules are documented sufficiently enough and check docs with
`cargo doc --all-features --open`.
`cargo +nightly doc --all-features --open`.
2. Bump version specifier in `Cargo.toml`.
3. Update `CHANGELOG.md`: Convert `unreleased` section into version section with date and add new
`unreleased` section.