release: Release 0.5.0

This commit is contained in:
PapaTutuWawa 2023-06-18 21:27:40 +02:00
parent 96ca643d26
commit 3c20d8ac56

View File

@ -64,4 +64,5 @@ This version is a complete rework of omemo_dart!
- Removed serialization/deserialization code
- Replace exceptions with errors inside a result type
- Ratchets and trust data is now loaded and cached on demand
- Accessing the trust manager must happen via `withTrustManager`
- Accessing the trust manager must happen via `withTrustManager`
- Overriding the base implementations is replaced by providing callback functions