Is your feature request related to a problem? Please describe.
I'm trying to find the difference in Docker image between 2.9 and 2.11 releases, but this repository has no tags/branches/releases per version, so I can't easily track down the code that went into the 2.9 version.
Describe the solution you'd like
Any solution that makes it possible to jump back to the code at a specific version would be good, preferably one that is commonly used such as releases or tags.
Describe alternatives you've considered
An alternative solution is that I manually scroll through all the commits and try to understand what version has the 2.9 Docker image I am interested in.
Additional context
N/A
Is your feature request related to a problem? Please describe.
I'm trying to find the difference in Docker image between 2.9 and 2.11 releases, but this repository has no tags/branches/releases per version, so I can't easily track down the code that went into the 2.9 version.
Describe the solution you'd like
Any solution that makes it possible to jump back to the code at a specific version would be good, preferably one that is commonly used such as releases or tags.
Describe alternatives you've considered
An alternative solution is that I manually scroll through all the commits and try to understand what version has the 2.9 Docker image I am interested in.
Additional context
N/A