mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
6.0.1
This commit is contained in:
parent
ede6856347
commit
bff68d8a6e
@ -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
2
Cargo.lock
generated
@ -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",
|
||||||
|
@ -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]
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user