in03 / proxima

Transcode source media directly from DaVinci Resolve using multiple machines for encoding. Great for creating proxies quickly.
MIT License
50 stars 3 forks source link

refactor: Support semver version-constraint #250

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago
Original issue description Let's rework the version-constraint/build info system to use release semantic-version numbers for worker compatability. We can check to see if we're in a git-repo, but simply warn the user that they're in charge of maintaining worker-compatability. Not mission critical stuff. We can consider major and minor versions to be breaking and patch versions to be safe.

closes #249