Skip to content

Commit

Permalink
Prepare 0.5.2 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
gferon authored May 2, 2023
1 parent 46615ae commit 673d306
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

### Changed

## [0.5.2]

### Added

- Set registration for PNI (phone-number identity) which will be fully implemented later. (#164)

### Fixed

- Fix synchronization issue in the `sled` store implementation which could lead to corrupted sessions. (#162)
- Don't reuse websocket when sending unidentified messages. (#165)
- Fix fetching groups v2 metadata. (#164)

### Changed

- `Manager::load_registered` is now an async method (small breaking change, sorry!). (#164)

## [0.5.1]

Note: this release splits the project into multiple crates, to prepare for adding concurrent store implementations.
Expand Down Expand Up @@ -76,4 +90,5 @@ and then get the store implementation from the store crate instead when importin

[0.5.0]: /~https://github.com/whisperfish/presage/compare/0.4.0...0.5.0
[0.5.1]: /~https://github.com/whisperfish/presage/compare/0.5.0...0.5.1
[Unreleased]: /~https://github.com/whisperfish/presage/compare/0.5.1...main
[0.5.1]: /~https://github.com/whisperfish/presage/compare/0.5.2...0.5.2
[Unreleased]: /~https://github.com/whisperfish/presage/compare/0.5.2...main

0 comments on commit 673d306

Please sign in to comment.