stellar / rs-soroban-sdk

Rust SDK for Soroban contracts.
Apache License 2.0
128 stars 67 forks source link

Revert version bump from #1327 #1339

Closed leighmcculloch closed 2 months ago

leighmcculloch commented 2 months ago

What

Revert version bump from #1327.

Why

The release process is that we bump just before release.

When we bump before release, it makes it harder to use unreleased changes as a patch against existing contracts dependent on the current version.

leighmcculloch commented 2 months ago

@dmkozh had you needed to bump the major version because of the semver check failing?

leighmcculloch commented 2 months ago

Ah yeah, that's why. I guess the release process we have was setup before we had the semver check and we haven't adapted since.