polylith 2024-08-03

I was a bit surprised to see that "Polylith Next" appears to be 0.3.21-SNAPSHOT -- https://github.com/polyfy/polylith/commit/87aeb2ce093f31449827fb19d189e4ad0f80859d -- when bumping the minor version, it's more usual to reset the patch version to 0. @tengstrand can you comment on this? (I only mention it because I have a :polylith-next alias in my user deps.edn that is the snapshot version so this change caught me out)

We went from 0.1.0-alpha9 to 0.2.0-alphap10 , so we have used this pattern before. I'm not against following the traditional pattern, but bumping the minor version in this case is more of a way to signal that we are going to support ClojureScript and it may not even be a breaking change.

That's fine -- I just wanted to check it was deliberate.

👍 1