The question now is: Is this a stability breaking change (and we should increase major version) or API change (and we should only increment minor).
Technically speaking, after that change the stability remains unchanged if we consider the seed in its binary form (see the changes on the stability tests only consists in casting i64 seed to u64)
I am tempted to consider this to only be an API change
The question now is: Is this a stability breaking change (and we should increase major version) or API change (and we should only increment minor). Technically speaking, after that change the stability remains unchanged if we consider the seed in its binary form (see the changes on the stability tests only consists in casting
i64
seed tou64
)I am tempted to consider this to only be an API change