Describe the issue
I think to have a clean build structure in the future, it will be easier to have the tagging here become the central place from which to manage releases. See also ome/ngff#581
This requires us to tag all the old versions, so that the enum of existing versions and the respective schemas are easily findable from this repo (i.e. via git ls-remote --tags https://github.com/ome/ngff-spec)
This means we need to find the times/dates when previous versions were released, which we can take from the ngff version history
- 0.5: 2024-11-21
- 0.4: 2022-02-08
- 0.3: 2021-08-24
- 0.2: 2021-03-29
- 0.1: 2020-04-20
@joshmoore @sbesson any objections?
Describe the issue
I think to have a clean build structure in the future, it will be easier to have the tagging here become the central place from which to manage releases. See also ome/ngff#581
This requires us to tag all the old versions, so that the enum of existing versions and the respective schemas are easily findable from this repo (i.e. via
git ls-remote --tags https://github.com/ome/ngff-spec)This means we need to find the times/dates when previous versions were released, which we can take from the ngff version history
@joshmoore @sbesson any objections?