This commit is contained in:
Half-Shot 2024-02-21 16:30:02 +00:00
parent 8efc45d912
commit b8d33f42bb
5 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,12 @@
5.2.1 (2024-02-21)
==================
Bugfixes
--------
- Fix Atom feeds being repeated in rooms once after an upgrade. ([\#901](https://github.com/matrix-org/matrix-hookshot/issues/901))
5.2.0 (2024-02-21) 5.2.0 (2024-02-21)
================== ==================

2
Cargo.lock generated
View File

@ -669,7 +669,7 @@ dependencies = [
[[package]] [[package]]
name = "matrix-hookshot" name = "matrix-hookshot"
version = "5.2.0" version = "5.2.1"
dependencies = [ dependencies = [
"atom_syndication", "atom_syndication",
"contrast", "contrast",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "matrix-hookshot" name = "matrix-hookshot"
version = "5.2.0" version = "5.2.1"
edition = "2021" edition = "2021"
[lib] [lib]

View File

@ -1 +0,0 @@
Fix Atom feeds being repeated in rooms once after an upgrade.

View File

@ -1,6 +1,6 @@
{ {
"name": "matrix-hookshot", "name": "matrix-hookshot",
"version": "5.2.0", "version": "5.2.1",
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.", "description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.",
"main": "lib/app.js", "main": "lib/app.js",
"repository": "https://github.com/matrix-org/matrix-hookshot", "repository": "https://github.com/matrix-org/matrix-hookshot",