Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 358c307

Browse files
authored
Sygnal 0.2.1 (#48)
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
1 parent 331a922 commit 358c307

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2+
### Sygnal 0.2.1 (2019-08-08)
3+
4+
- Declare sentry-sdk as a dependency.
5+
- Obey GCM maximum connections count.
6+
- Document `max_connections` config option in GCM.
7+
- Separate Twisted's logging and the access logging.
8+
19
### Sygnal 0.2.0 (2019-08-02)
210

311
This is a rewrite of Sygnal 0.0.1.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.2.1

sygnal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)