Skip to content

Releases: ni-m/GitHashExtractor

v1.0.0

09 Jun 08:48
218baa1

Choose a tag to compare

Release of version 1.0.0

What's Changed

  • Add consistent naming and a sample project by @ni-m in #2

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

01 Jun 20:55
9d88781

Choose a tag to compare

What's Changed

  • Implement raw data and fix issue with PlatformIO by @ni-m in #1

New Contributors

  • @ni-m made their first contribution in #1

Full Changelog: v0.1.0...v0.2.0

Compability with v0.1.0

All changes are backward compatible

Update

Run git submodule update --remote in your repo

Initial release 0.1.0

01 Jun 20:45

Choose a tag to compare

First working release; extract git hash and saves this information in a version.h file

Tested on:

Full Changelog: https://github.com/ni-m/GitHashExtractor/commits/v0.1.0