Ver código fonte

1.77.0

tags/v1.77.0^0
Mathieu Velten 1 ano atrás
pai
commit
3e90dfdd81
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.77.0 (2023-02-14)
===========================

No significant changes since 1.77.0rc2.


Synapse 1.77.0rc2 (2023-02-10)
==============================



+ 6
- 0
debian/changelog Ver arquivo

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

* New Synapse release 1.77.0.

-- Synapse Packaging team <packages@matrix.org> Tue, 14 Feb 2023 12:59:02 +0100

matrix-synapse-py3 (1.77.0~rc2) stable; urgency=medium

* New Synapse release 1.77.0rc2.


+ 1
- 1
pyproject.toml Ver arquivo

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

[tool.poetry]
name = "matrix-synapse"
version = "1.77.0rc2"
version = "1.77.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