conda / conda-classic-solver

The classic solver for conda
https://conda.github.io/conda-classic-solver/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Versioning scheme? #4

Open jaimergp opened 3 weeks ago

jaimergp commented 3 weeks ago

This code has been traditionally part of conda, so it was released along with the full application. Now, as a plugin, which version scheme should it follow? My guess is that we'll use calver as we do in conda-libmamba-solver, but let's make that decision explicit here.

cc @jezdez

jezdez commented 3 weeks ago

I don't see a reason to apply SemVer here TBH, so let's go with CalVer since that nicely encodes the time when we removed it from conda as well.

@conda/conda-core Any concerns around that?

chenghlee commented 3 weeks ago

I'm all for aligning with the other projects and using CalVer.