From 8266c6cdf68f17eae437fad84ef3b5325548ba61 Mon Sep 17 00:00:00 2001 From: "Olivier Wilkinson (reivilibre)" Date: Fri, 2 Aug 2019 10:28:35 +0100 Subject: [PATCH 1/2] Sygnal 0.2.0 Signed-off-by: Olivier Wilkinson (reivilibre) --- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..c6a0c4be --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +### Sygnal 0.2.0 (2019-08-02) + +This is a rewrite of Sygnal 0.0.1. +Before upgrading, please note that **Python 3.7 or higher is required**. + +- Use new version of Apple Push Notification service (HTTP/2 protocol) +- Depend on Python 3.7+ +- Depend on Twisted for async +- Add support for OpenTracing with Jaeger Tracing diff --git a/VERSION b/VERSION index 8acdd82b..0ea3a944 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1 +0.2.0 From c76f0d86b2cf8237b08f9ce6692a5d7c708c81c4 Mon Sep 17 00:00:00 2001 From: "Olivier Wilkinson (reivilibre)" Date: Fri, 2 Aug 2019 12:15:13 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Sygnal=200.2.0=20=E2=80=93=20add=20=5F=5Fve?= =?UTF-8?q?rsion=5F=5F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Olivier Wilkinson (reivilibre) --- sygnal/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sygnal/__init__.py b/sygnal/__init__.py index e69de29b..d3ec452c 100644 --- a/sygnal/__init__.py +++ b/sygnal/__init__.py @@ -0,0 +1 @@ +__version__ = "0.2.0"