This commit is contained in:
Half-Shot 2024-11-29 13:13:09 +00:00
parent ede6856347
commit bff68d8a6e
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
# 6.0.1 (2024-11-29)
This release fixes an issue where arm64 Docker images were not being built on release.
# 6.0.0 (2024-11-29) # 6.0.0 (2024-11-29)
### Features ### Features

2
Cargo.lock generated
View File

@ -770,7 +770,7 @@ dependencies = [
[[package]] [[package]]
name = "matrix-hookshot" name = "matrix-hookshot"
version = "5.4.1" version = "6.0.1"
dependencies = [ dependencies = [
"atom_syndication", "atom_syndication",
"base64ct", "base64ct",

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "matrix-hookshot", "name": "matrix-hookshot",
"version": "6.0.0", "version": "6.0.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",