v0.2.0rc1

This commit is contained in:
Kegan Dougal 2022-06-08 18:32:19 +01:00
parent 1380a71f80
commit 2926c3b3e2
2 changed files with 6 additions and 1 deletions

View File

@ -7,6 +7,11 @@ v3 sync is a strict subset of v2 sync.
An implementation of [MSC3575](https://github.com/matrix-org/matrix-doc/blob/kegan/sync-v3/proposals/3575-sync.md).
Proxy version to MSC API specification:
- Version 0.1.x: [2022/04/01](https://github.com/matrix-org/matrix-spec-proposals/blob/615e8f5a7bfe4da813bc2db661ed0bd00bccac20/proposals/3575-sync.md)
- Version 0.2.x: [2022/05/24](https://github.com/matrix-org/matrix-spec-proposals/blob/bea7323c0b03dbd46600ce8fe01218d55f0de083/proposals/3575-sync.md)
## Usage
Requires Postgres 13+.

View File

@ -15,7 +15,7 @@ import (
var GitCommit string
const version = "0.1.4"
const version = "0.2.0rc1"
var (
flagDestinationServer = flag.String("server", "", "The destination v2 matrix server")