From 9128844980bc20b6cab15d936da225f7f64474f0 Mon Sep 17 00:00:00 2001 From: andrei Date: Thu, 14 Dec 2017 11:49:22 -0800 Subject: [PATCH] Bump to v0.0.12-rc.3 --- CHANGELOG.md | 17 +++++++++++++++++ disco/__init__.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2e0d73..6316a19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # CHANGELOG +## v0.0.12-rc.3 + +### Additions + +- **BREAKING** Updated holster to v2.0.0 which changes the way emitters work (and removes the previous priorities). A migration guide will be provided post-RC cycle. +- Added the concept of a `shared_config` which propgates its options to all plugin configs (@enkoder) + +### Fixes + +- Fixed using the ETF encoder while also using zlib-stream +- Fixed overwrite calculations in `Channel.get_permissions` (@cookkkie) + +### Etc + +- Cleaned up various documentation +- Removed some outdated storage/etc examples + ## v0.0.12-rc.2 ### Fixes diff --git a/disco/__init__.py b/disco/__init__.py index 6c6b101..cbf0cc2 100644 --- a/disco/__init__.py +++ b/disco/__init__.py @@ -1 +1 @@ -VERSION = '0.0.12-rc.2' +VERSION = '0.0.12-rc.3'