Skip to content

Commit cf7109f

Browse files
committed
1.100.0rc2
1 parent d0bdd41 commit cf7109f

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
# Synapse 1.100.0rc2 (2024-01-24)
2+
3+
### Internal Changes
4+
5+
- Downgrade the `download-artifact` and `upload-artifact` actions to v3 due to breaking changes. ([\#16847](https://github.com/element-hq/synapse/issues/16847))
6+
7+
18
# Synapse 1.100.0rc1 (2024-01-23)
29

10+
*This version was never released to PyPI or the Debian repository due to failures in the automatic part of the release process.*
11+
312
### Features
413

514
- Advertise experimental support for [MSC4028](https://github.com/matrix-org/matrix-spec-proposals/pull/4028) through `/_matrix/clients/versions` if enabled. Contributed by @hanadi92. ([\#16787](https://github.com/element-hq/synapse/issues/16787))

changelog.d/16847.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.100.0~rc2) stable; urgency=medium
2+
3+
* New Synapse release 1.100.0rc2.
4+
5+
-- Synapse Packaging team <packages@matrix.org> Wed, 24 Jan 2024 11:59:51 +0000
6+
17
matrix-synapse-py3 (1.100.0~rc1) stable; urgency=medium
28

39
* New Synapse release 1.100.0rc1.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
9696

9797
[tool.poetry]
9898
name = "matrix-synapse"
99-
version = "1.100.0rc1"
99+
version = "1.100.0rc2"
100100
description = "Homeserver for the Matrix decentralised comms protocol"
101101
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
102102
license = "AGPL-3.0-or-later"

0 commit comments

Comments
 (0)