mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
6.0.2
This commit is contained in:
parent
e51d821023
commit
80c87c4bfc
@ -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
2
Cargo.lock
generated
@ -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",
|
||||||
|
@ -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]
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Switch to using GitHub Actions native arm runners for Docker builds, which will reduce build times.
|
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user