Releases: stellar/crate-git-revision
Releases · stellar/crate-git-revision
Release list
0.0.9
What's Changed
- Replace current_dir().unwrap() in init() with env::var_os("CARGO_MANIFEST_DIR") by @leighmcculloch in #34
- Document reproducibility and use of git by @leighmcculloch in #35
- Warn when GIT_REVISION is not set by @leighmcculloch in #33
- Check readme stays in sync with source docs by @leighmcculloch in #36
- Bump version to 0.0.9 by @github-actions[bot] in #37
Full Changelog: v0.0.8...v0.0.9
0.0.8
What's Changed
- Skip empty git sha by @leighmcculloch in #28
- Ignore untracked files (reverting part of #26) by @leighmcculloch in #31
- Insulate git invocations from env and config by @leighmcculloch in #30
- Mark dirty when git status exits non-zero by @leighmcculloch in #29
- Bump version to 0.0.8 by @github-actions[bot] in #32
Full Changelog: v0.0.7...v0.0.8
0.0.7
What's Changed
- Run CI for the msrv and latest rust version by @leighmcculloch in #20
- Remove rust-analyzer-compat ci check by @leighmcculloch in #21
- Fix --exclude pattern in git describe call by @leighmcculloch in #25
- Mark untracked files as dirty in GIT_REVISION by @leighmcculloch in #26
- Bump version to 0.0.7 by @github-actions[bot] in #27
Full Changelog: v0.0.6...v0.0.7
0.0.6
What's Changed
- Remove the update rust version workflow by @leighmcculloch in #14
- Fix clippy warnings by @leighmcculloch in #17
- Display warnings when git revision cannot be retrieved by @leighmcculloch in #18
- Bump version to 0.0.6 by @github-actions in #19
Full Changelog: v0.0.5...v0.0.6
0.0.5
0.0.4
0.0.3
What's Changed
- Update rust-version by @github-actions in #2
- Update rust-version by @github-actions in #3
- Remove opinionated rerun on changes to dir by @leighmcculloch in #5
- Rerun build script if some .git files change by @leighmcculloch in #6
- Bump version to 0.0.3 by @github-actions in #7
Full Changelog: v0.0.2...v0.0.3
0.0.2
What's Changed
- Initial implementation of crate by @leighmcculloch in #1
New Contributors
- @leighmcculloch made their first contribution in #1
Full Changelog: https://github.com/stellar/crate-git-revision/commits/v0.0.2