Hi everyone,
Big update for SpmForKmp, the version 0.0.9.
With better compatibility with third-party dependency, the plug-in is becoming the NEW CocoaPods Plugin (and less intrusive) with the possibility to manually bridge/import your Swift code.
Now, it should support all SPM repository.
🚀 4
swift 4
K 4
s
Stefan Oltmann
01/20/2025, 9:53 AM
Sorry, I can’t resist a bit of nitpicking! 😄
According to semantic versioning, an update that introduces a new feature should increase the middle number. The third number is reserved for patches and bug fixes.
For example, your first release would be 0.1.0, a new feature would bump it to 0.2.0, and bug fixes or library updates would move it to 0.1.1.
f
François
01/20/2025, 9:55 AM
Yes, I have hesitated to set the version to 0.1.0 but the 0.0.9 is technically a bugfix.
I would like to set at 0.1.0 when I’m sure everything is working fine (If I have feedback).
s
Stefan Oltmann
01/20/2025, 9:56 AM
See how we differ. I'd set it to 1.0.0 if I'm sure everything is working fine. Bold move, I know. 😄
➕ 1
f
François
01/20/2025, 9:58 AM
Starting on 0.1.0, I will take care more about versioning and I don’t have enough feedback to consider my project as stable