ayufan / camera-streamer

High-performance low-latency camera streamer for Raspberry PI's
293 stars 46 forks source link

VERSION file not updated. Shouldn't it have 0.2.1 instead of 0.2? #70

Closed joaomajesus closed 1 year ago

joaomajesus commented 1 year ago

Hi,

Just a minor issue I found while trying to compare the version of camera-streamer being used by my crowsnest installation and the latest version.

The file ./VERSION still has "0.2" shouldn't it be updated to 0.2.1 to reflect the latest release?

I'm not familiar with the scheme for this file, so if that's how it's supposed to be then disregard.

ayufan commented 1 year ago

@joaomajesus No. The VERSION indicates a stable major version, so currently development happens in 0.2.x. What is released is automatically incremented by GitHub Workflow to add 0.2.N and push associated tag: https://github.com/ayufan/camera-streamer/blob/master/.github/workflows/build_release.yaml#L39.

We will be moving crowsnest to use prebuilts that are created with GitHub CI.

joaomajesus commented 1 year ago

Thanks for clarifying! Sorry to bother! Closing.