serge-sans-paille / frozen

a header-only, constexpr alternative to gperf for C++14 users
Apache License 2.0
1.31k stars 104 forks source link

Add versioning #85

Closed peter-moran closed 4 years ago

peter-moran commented 4 years ago

Would it be possible to start tagging commits with release tags? For the sake of dependency management would be really nice to be able to specify what version I am using.

serge-sans-paille commented 4 years ago

Sure, I'll take advantage of that to issue something like

#define FROZEN_VERSION_MAJOR 1
#define FROZEN_VERSION_MINOR 0
#define FROZEN_VERSION_PATCH 0

would that make sense to you?

peter-moran commented 4 years ago

Yup! That’s how I’ve seen other libraries handle it, in addition to using git tags.

serge-sans-paille commented 4 years ago

see #86 for the headers, once merged I'll push the appropriate tag

serge-sans-paille commented 4 years ago

Tag set, thanks for triggering that!