0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 03:52:17 +02:00

Release docs: changes to the Rust API are now considered breaking

This commit is contained in:
Jordan Rose 2021-12-20 17:47:03 -08:00
parent e003feaf74
commit 07a51f0211

View File

@ -8,7 +8,7 @@ Check GitHub to see if the latest commit has all tests passing. If not, fix the
The first version component should always be 0, to indicate that Signal does not promise stability between releases of the library.
If the changes will require updates in Signal-Android, Signal-iOS, or Signal-Desktop, increase the second version component and reset the third to 0. Otherwise, increase the third version component.
A change is "breaking" if it will require updates in any of the Signal client apps or server components, or in external Rust clients of libsignal-protocol, zkgroup, poksho, hsm-enclave, device-transfer, or signal-crypto. If there are any breaking changes, increase the second version component and reset the third to 0. Otherwise, increase the third version component.
```
bin/update_versions.py 0.x.y