sentry-fix
All checks were successful
deploy / deploy (push) Successful in 6s

This commit is contained in:
Untone 2023-11-30 12:19:11 +03:00
parent 9849788cb6
commit dd2d147f89
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
[0.0.3]
- httpx -> aiohttp
- sentry integrations added
[0.0.2]
- services: redis listen generating method
- dx: migrated to strawberry

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "discoursio-notifier"
version = "0.0.2"
version = "0.0.3"
description = "notifier server for discours.io"
authors = ["discours.io devteam"]