Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add full git version to version output (#10)
## 📝 Summary Output before was missing the full git version: ``` commit: 7688350 dirty: true branch: refs/heads/flamegraph-test build_time: Wed, 3 Jul 2024 12:16:26 +0000 rustc: rustc 1.79.0 (129f3b996 2024-06-10) features: [] profile: debug ``` This PR fixes it: ``` version: v0.1.0-rc1-1-g7688350 commit: 7688350 dirty: true branch: refs/heads/flamegraph-test build_time: Wed, 3 Jul 2024 12:16:26 +0000 rustc: rustc 1.79.0 (129f3b996 2024-06-10) features: [] profile: debug ``` ## 💡 Motivation and Context Tag is a relevant piece of information and should be surfaced too --- ## ✅ I have completed the following steps: * [x] Run `make lint` * [x] Run `make test` * [ ] Added tests (if applicable)
- Loading branch information