webui-dev / nim-webui

Use any web browser as GUI, with Nim in the backend and HTML5 in the frontend.
https://webui.me
MIT License
130 stars 9 forks source link

Version #13

Closed hassandraga closed 1 year ago

hassandraga commented 1 year ago

I suggest we keep all repos in the same version. For example, WebUI is now on v2.3.0, so all repo releases should be on the same version v2.3.0. And if any bug fix happens only on that repo, then we publish 2.3.0.1, 2.3.0.2 etc... I did that with Go and Python so I can easily know what version of the WebUI library is used.

hassandraga commented 1 year ago

@AlbertShown, @malisipi.

AlbertShown commented 1 year ago

@neroist I strongly recommend using the same versioning as WebUI, so the latest WebUI is v2.3.0, meaning the next Nim-WebUI version should be v2.3.0.

[2] --> Major version [3] -->New features [0] -->Bug fix

Any fix that comes later in Nim-WebUI will up the last digit, v2.3.1, v2.3.2 etc... or v2.3.0.1, v2.3.0.2, whatever you prefer.

neroist commented 1 year ago

Will do.