This commit is contained in:
Half-Shot 2025-01-23 07:57:43 +00:00
parent e51d821023
commit 80c87c4bfc
5 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,12 @@
# 6.0.2 (2025-01-23)
**Security release**: It is strongly recommended that you upgrade to this release, as it contains security fixes.
### Internal Changes
- Switch to using GitHub Actions native arm runners for Docker builds, which will reduce build times. ([\#1008](https://github.com/matrix-org/matrix-hookshot/issues/1008))
# 6.0.1 (2024-11-29) # 6.0.1 (2024-11-29)
This release fixes an issue where arm64 Docker images were not being built on release. This release fixes an issue where arm64 Docker images were not being built on release.

2
Cargo.lock generated
View File

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

View File

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

View File

@ -1 +0,0 @@
Switch to using GitHub Actions native arm runners for Docker builds, which will reduce build times.

View File

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