mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-01-16 08:05:57 +00:00
Release v3.9.0
This commit is contained in:
parent
11564bb642
commit
793994d21a
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [v3.9.0] - 2024-03-09
|
||||||
|
|
||||||
- add github-release-notifier formatter
|
- add github-release-notifier formatter
|
||||||
in [#93](https://github.com/nim65s/matrix-webhook/pull/93)
|
in [#93](https://github.com/nim65s/matrix-webhook/pull/93)
|
||||||
by [@nrekretep](https://github.com/nrekretep)
|
by [@nrekretep](https://github.com/nrekretep)
|
||||||
@ -119,7 +121,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
## [v1.0.0] - 2020-02-14
|
## [v1.0.0] - 2020-02-14
|
||||||
- First release with matrix-client & http.server
|
- First release with matrix-client & http.server
|
||||||
|
|
||||||
[Unreleased]: https://github.com/nim65s/matrix-webhook/compare/v3.8.0...master
|
[Unreleased]: https://github.com/nim65s/matrix-webhook/compare/v3.9.0...master
|
||||||
|
[v3.9.0]: https://github.com/nim65s/matrix-webhook/compare/v3.8.0...v3.9.0
|
||||||
[v3.8.0]: https://github.com/nim65s/matrix-webhook/compare/v3.7.0...v3.8.0
|
[v3.8.0]: https://github.com/nim65s/matrix-webhook/compare/v3.7.0...v3.8.0
|
||||||
[v3.7.0]: https://github.com/nim65s/matrix-webhook/compare/v3.6.0...v3.7.0
|
[v3.7.0]: https://github.com/nim65s/matrix-webhook/compare/v3.6.0...v3.7.0
|
||||||
[v3.6.0]: https://github.com/nim65s/matrix-webhook/compare/v3.5.0...v3.6.0
|
[v3.6.0]: https://github.com/nim65s/matrix-webhook/compare/v3.5.0...v3.6.0
|
||||||
|
|||||||
@ -13,7 +13,7 @@ license = "BSD-2-Clause"
|
|||||||
name = "matrix-webhook"
|
name = "matrix-webhook"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/nim65s/matrix-webhook.git"
|
repository = "https://github.com/nim65s/matrix-webhook.git"
|
||||||
version = "3.8.0"
|
version = "3.9.0"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
Markdown = "^3.5.2"
|
Markdown = "^3.5.2"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user