Polve/bitcoin-rpc-client

Propose a versioning scheme for this library

tdiesler opened this issue · 2 comments

Also see PR #48

We have a few incompatible changes lined up in branch 0.17.x. Now that this version of bitcoin core has been released, it is time to bring them in to master.

The question however arises what the next version should be. I propose a semantic versioning scheme, where an incompatible API change would call for a major version bump.

The next version would therefore be 1.0.0

Polve commented

I agree with semantic versioning, it's ok to publish next version (the one which gets rid of doubles) as 1.0.0

merci