RenCloud / scs-sdk-plugin

ETS2 (Euro Truck Simulator 2) & ATS (American Truck Simulator) SDK plug-in. Telemetry data is shared via SharedMemory/Memory Mapped Files.
MIT License
191 stars 38 forks source link

Improve versioning #108

Closed kniffen closed 1 year ago

kniffen commented 1 year ago

Currently the plugin version number provided by the plugin itself is just the minor for example 11 So there is no way of distinguishing between say plugin version 1.11 and 1.11.1, it gives 11 for both

As 1.11.1 also had some braking changes as it added new values and moved some offsets, it may also be that it should have been a 1.12 release?

RenCloud commented 1 year ago

Indeed, the versioning is not every time on point. I messed that up a few times in the past, too.

Just adding new values, I think, is not directly need a new minor version. You can update both sides separately without "problems". Offset changes need updates on both sides.

The last should be 1.12 indeed. Wrong thinking of me. The big update I planned to be the 1.12 should probably the 2.0 upgrade.

May I should change the current to 1.12 making it more clear, that there are changes on the offset.

RenCloud commented 1 year ago

Updated version to 1.12. No other changes than the version in this release.