You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Up the CI game (#21)
* Up the CI game
* bump rebar3_lint
* introduce rebar3_hank
* Prevent a dialyzer warning on a consumer lib which happens to be rebar3_hex
Make all types open vs opaque (#15)
- Historically types such as version_t(), requirement_t(), etc. were
opaque. This surely made sense when it was not clear if the internals
would change. I think it's safe to say at this point semver2 is more or
less set in stone and that these types will not change.