v0.26.2Desktop
Added 1
- Support overriding build_date for reproducible builds
Fixed 3
- Fix cargo install without --locked
- Respect configuration for remote when fetching and pulling
- Add : character to sign-off trailer to comply with Conventional Commits standard
Fixes
- fix
cargo installwithout--locked(#2098) - respect configuration for remote when fetching (also applies to pulling) [@cruessler] (#1093)
- add
:character to sign-off trailer to comply with Conventinoal Commits standard @semioticrobotic (#2196)
Added
- support overriding
build_datefor reproducible builds [@bmwiedemann] (#2202)