Releases: Nicolas-Ferre/rust-example
Releases · Nicolas-Ferre/rust-example
v0.2.0
Added
- Version and date update in
CHANGELOG.md
file by the CD pipeline - Creation of new section for the next version in
CHANGELOG.md
file by the CD pipeline - Version incrementing in
Cargo.toml
files by the CD pipeline
Modified
- Work in progress branch (
main
instead ofdevelop
) - Events that trigger CI and CD pipelines
- Version detection in CD pipeline (look at
Cargo.toml
files instead ofCHANGELOG.md
) - Parallelization of CI and CD pipelines
Deleted
- Support of
develop
branch