mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-12 04:52:26 +01:00
1.113.0
This commit is contained in:
parent
932cb0a928
commit
bab37dfc6f
3 changed files with 14 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
# Synapse 1.113.0 (2024-08-13)
|
||||||
|
|
||||||
|
No significant changes since 1.113.0rc1.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Synapse 1.113.0rc1 (2024-08-06)
|
# Synapse 1.113.0rc1 (2024-08-06)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
matrix-synapse-py3 (1.113.0) stable; urgency=medium
|
||||||
|
|
||||||
|
* New Synapse release 1.113.0.
|
||||||
|
|
||||||
|
-- Synapse Packaging team <packages@matrix.org> Tue, 13 Aug 2024 14:36:56 +0100
|
||||||
|
|
||||||
matrix-synapse-py3 (1.113.0~rc1) stable; urgency=medium
|
matrix-synapse-py3 (1.113.0~rc1) stable; urgency=medium
|
||||||
|
|
||||||
* New Synapse release 1.113.0rc1.
|
* New Synapse release 1.113.0rc1.
|
||||||
|
|
|
@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust"
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "matrix-synapse"
|
name = "matrix-synapse"
|
||||||
version = "1.113.0rc1"
|
version = "1.113.0"
|
||||||
description = "Homeserver for the Matrix decentralised comms protocol"
|
description = "Homeserver for the Matrix decentralised comms protocol"
|
||||||
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
|
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
|
|
Loading…
Reference in a new issue