Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 8e32fff

Browse files
committed
Bump to v0.99.12
1 parent d04ce7b commit 8e32fff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This describes which proxy versions implement which version of the API drafted
88
in MSC3575. See https://github.com/matrix-org/sliding-sync/releases for the
99
changes in the proxy itself.
1010

11-
As of v0.99.7, the proxy implements [this version of the MSC](https://github.com/matrix-org/matrix-spec-proposals/blob/71fb1a2e3780ae07e03850d96ce3bad59305986e/proposals/3575-sync.md) with the following exceptions:
11+
As of v0.99.12, the proxy implements [this version of the MSC](https://github.com/matrix-org/matrix-spec-proposals/blob/9450ced7fb9cf5ea9077d029b3adf36aebfa8709/proposals/3575-sync.md) with the following exceptions:
1212
- the `limited` flag is not set in responses.
1313
- Delta tokens are unsupported.
1414

cmd/syncv3/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828

2929
var GitCommit string
3030

31-
const version = "0.99.11"
31+
const version = "0.99.12"
3232

3333
var (
3434
flags = flag.NewFlagSet("goose", flag.ExitOnError)

0 commit comments

Comments
 (0)