flakify: changelog & readme

This commit is contained in:
Guilhem Saurel 2024-03-09 00:19:16 +01:00
parent c2360cc128
commit c89f9b55ba
2 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
by [@timo-schluessler](https://github.com/timo-schluessler)
- try to reconnect on LocalProtocolError
in [#135](https://github.com/nim65s/matrix-webhook/pull/135)
- flakify
in [#136](https://github.com/nim65s/matrix-webhook/pull/136)
- add mwe gitlab webhook formatter. Intergrations are better for now
- replace black & isort by ruff
- update dependencies

View File

@ -34,6 +34,8 @@ python -m matrix_webhook -h
# OR
poetry run matrix-webhook -h
# OR
nix run github:nim65s/matrix-webhook -- -h
# OR
docker run --rm -it nim65s/matrix-webhook -h
```