paritytech / parity-scale-codec

Lightweight, efficient, binary serialization and deserialization codec
Apache License 2.0
246 stars 95 forks source link

Revert breaking changes, bump version to `3.6.9` #545

Closed ascjones closed 9 months ago

ascjones commented 9 months ago

Reverts #512 and #508, which are breaking changes, and bumps version to 3.6.9 for release.

pgherveou commented 9 months ago

Can you also create a PR that re-revert these changes so we can merge them back in later

ascjones commented 9 months ago

Can you also create a PR that re-revert these changes so we can merge them back in later

It is not necessary because this PR is into the v3.6.x branch. So master still retains the current history.

This way if we want to do more 3.6.x series releases we do them from this branch.