summaryrefslogtreecommitdiff
path: root/cli/build.rs
AgeCommit message (Collapse)Author
2023-05-22Tidy up CLILaurenz
2023-04-23Add instrumentation (Part 1) (#761)Sébastien d'Herbais de Thun
2023-04-06Add shell completions and man pages (#582)figsoda
2023-04-05Bump versionv0.1.0Laurenz
2023-03-25Don't let the build script overwrite TYPST_VERSION (#154)figsoda
2023-03-24Fix index out of bounds error in build script (#173)figsoda
2023-03-22Fix build if not on a git checkout (#119)Felix Obenhuber
Check the exit status of the `git` invocation before parsing the output. If there's no `.git` the output may look like: ``` fatal: not a git repository (or any of the parent directories): .git ``` and the version shall be set to unknown.
2023-03-21Fail gracefully if `git` does not existLaurenz
2023-03-21Release actionLaurenz