jkriege2 / JKQtPlotter

an extensive Qt5 & Qt6 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
http://jkriege2.github.io/JKQtPlotter/index.html
GNU Lesser General Public License v2.1
889 stars 190 forks source link

Question about versions/release naming #105

Open fpalazzolo opened 1 year ago

fpalazzolo commented 1 year ago

I am using versions of JKQTPlotter from the master branch. I would prefer to use a release version, but I am unable to use the 4.0.0 release because I need newer features and bug fixes. The latest master is named 5.0.0, but I feel like that name might also be used for a future official release. So I am planning to name my internal versions as 5.0.0_pre1, 5.0.0_pre2, etc.

Does that seem like a good idea? Do you anticipate a release named 5.0.0 in the future? Anytime soon? No rush - just trying to be ready for the future :)

Thank you!