dbt-labs / hubcap

This app adds modules to the hubsite at hub.getdbt.com
13 stars 100 forks source link

Latest final version if one exists #229

Closed dbeatty10 closed 1 year ago

dbeatty10 commented 1 year ago

Resolves #228

Overview

I want to make sure this is covered by pytest before merging this change.

This implementation relies on the semver library to sort tags by version number according to the precedence sort order described in SemVer 2.0.

We already have some logic within this code base that does some parsing of version strings, and it would probably be advisable to not mix the methods to avoid inscrutable issues in the future.