This commit is contained in:
Guilhem Saurel 2021-07-18 18:59:16 +02:00
parent 6943432367
commit 8a3bbef54c
2 changed files with 4 additions and 2 deletions

View file

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [3.0.0] - 2021-07-18
- Simplify code - Simplify code
in [#1](https://github.com/nim65s/matrix-webhook/pull/1) in [#1](https://github.com/nim65s/matrix-webhook/pull/1)
by [@homeworkprod](https://github.com/homeworkprod) 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) in [#9](https://github.com/nim65s/matrix-webhook/pull/9)
by [@nim65s](https://github.com/nim65s) by [@nim65s](https://github.com/nim65s)
## [1.0.0] - 2020-03-14 ## [2.0.0] - 2020-03-14
- Update to matrix-nio & aiohttp & markdown - Update to matrix-nio & aiohttp & markdown
## [1.0.0] - 2020-02-14 ## [1.0.0] - 2020-02-14

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "matrix-webhook" name = "matrix-webhook"
version = "2.1.0" version = "3.0.0"
description = "Post a message to a matrix room with a simple HTTP POST" description = "Post a message to a matrix room with a simple HTTP POST"
authors = ["Guilhem Saurel <guilhem.saurel@laas.fr>"] authors = ["Guilhem Saurel <guilhem.saurel@laas.fr>"]
license = "BSD-2-Clause" license = "BSD-2-Clause"