Ver código fonte

1.82.0

tags/v1.82.0^0
David Robertson 1 ano atrás
pai
commit
c34791ef5b
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 903ECE108A39DEDD
3 arquivos alterados com 13 adições e 1 exclusões
  1. +6
    -0
      CHANGES.md
  2. +6
    -0
      debian/changelog
  3. +1
    -1
      pyproject.toml

+ 6
- 0
CHANGES.md Ver arquivo

@@ -1,3 +1,9 @@
Synapse 1.82.0 (2023-04-25)
===========================

No significant changes since 1.82.0rc1.


Synapse 1.82.0rc1 (2023-04-18)
==============================



+ 6
- 0
debian/changelog Ver arquivo

@@ -1,3 +1,9 @@
matrix-synapse-py3 (1.82.0) stable; urgency=medium

* New Synapse release 1.82.0.

-- Synapse Packaging team <packages@matrix.org> Tue, 25 Apr 2023 11:56:06 +0100

matrix-synapse-py3 (1.82.0~rc1) stable; urgency=medium

* New Synapse release 1.82.0rc1.


+ 1
- 1
pyproject.toml Ver arquivo

@@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml"

[tool.poetry]
name = "matrix-synapse"
version = "1.82.0rc1"
version = "1.82.0"
description = "Homeserver for the Matrix decentralised comms protocol"
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
license = "Apache-2.0"


Carregando…
Cancelar
Salvar