buildpacks / libcnb

A non-opinionated language binding for the Cloud Native Buildpack Buildpack and Extension specifications
Apache License 2.0
31 stars 13 forks source link

Use semvar for version checking #132

Closed gcemaj closed 2 years ago

gcemaj commented 2 years ago

Currently version checking is done via strings which limits the ability to do things like

Feature only supported for versions greater than x.y.z

Switching this to semvar would enable this type of feature gating