open-dis / open-dis-cpp

C++ implementation of the IEEE-1278.1 Distributed Interactive Simulation (DIS) application protocol v6 and v7
BSD 2-Clause "Simplified" License
90 stars 65 forks source link

Create release version #75

Closed wadehunk closed 1 year ago

wadehunk commented 1 year ago

Would be nice to have a versioned release of open-dis-cpp to support configuration management use cases for users of the library. Would recommend using semantic versioning to capture API breakages.

leif81 commented 1 year ago

Agree, this is a good idea. We use semantic versioning on open-dis-java. Perhaps once we get #74 merged we'll tag a 1.0.0 release and then iterate releases from then onwards.

leif81 commented 1 year ago

Actually perhaps we do #18 as well because it's potentially a breaking change right away.

wadehunk commented 1 year ago

I've got a draft for #18 and can submit a PR for it once #74 is completed.