mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-01-16 08:05:57 +00:00
v3.0.0
This commit is contained in:
parent
6943432367
commit
8a3bbef54c
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [3.0.0] - 2021-07-18
|
||||
|
||||
- Simplify code
|
||||
in [#1](https://github.com/nim65s/matrix-webhook/pull/1)
|
||||
by [@homeworkprod](https://github.com/homeworkprod)
|
||||
@ -22,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
in [#9](https://github.com/nim65s/matrix-webhook/pull/9)
|
||||
by [@nim65s](https://github.com/nim65s)
|
||||
|
||||
## [1.0.0] - 2020-03-14
|
||||
## [2.0.0] - 2020-03-14
|
||||
- Update to matrix-nio & aiohttp & markdown
|
||||
|
||||
## [1.0.0] - 2020-02-14
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "matrix-webhook"
|
||||
version = "2.1.0"
|
||||
version = "3.0.0"
|
||||
description = "Post a message to a matrix room with a simple HTTP POST"
|
||||
authors = ["Guilhem Saurel <guilhem.saurel@laas.fr>"]
|
||||
license = "BSD-2-Clause"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user