Releases: ni-m/GitHashExtractor
Releases · ni-m/GitHashExtractor
v1.0.0
Release of version 1.0.0
What's Changed
Full Changelog: v0.2.0...v1.0.0
Compability with v0.2.0
This change brings incompatible changes.
Change in the variable names
| Old name | new name | remark |
|---|---|---|
| gitURL | gitURL | |
| gitHash | gitVersion | Full output from git describe |
| BuildDate | compDate | |
| BuildTime | compTime | |
| buildTimeUnix | compUnixTime | |
| versionArray | tagArray | only contains Major.Minor.Patch |
| N/A | tagOffset | new in v1.0.0 |
| N/A | tagPreRelease | new in v1.0.0 |
| gitHashHex | gitHash | |
| gitDirty | gitDirty |
Update
Run git submodule update --remote in your repo
v0.2.0
Initial release 0.1.0
First working release; extract git hash and saves this information in a version.h file
Tested on:
- Qt with cmake
- PlatformIO
Full Changelog: https://github.com/ni-m/GitHashExtractor/commits/v0.1.0