From 4bd97034f810730abc2ce57330f7170dcf70c012 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Tue, 18 Jul 2017 08:36:25 -0700 Subject: [PATCH] Cut version 0.20.0 --- debian/changelog | 19 +++++++++++++++++++ setup.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 307547b66..9d755d01a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +baseplate (0.20.0) trusty; urgency=medium + + * Add HVAC integration + * Add statsd counters on span success/failure + * Factor out file change watching to FileWatcher API + * Add DictOf configuration parser for dynamic configs + * LOTS of test coverage improvements + * Documentation cleanup. + * Atomically swap secrets file + * Add Vault URL to secrets file + * Remove Gauge increment/decrement support + * Raise proper error when secrets file not available + * Fix SQLAlchemy instrumentation's reporting of errors + * Fix Cassandra instrumentation's reporting of errors + * Send error tags to Zipkin consistently + * Swallow some exceptions in Zipkin integration + + -- Neil Williams Wed, 12 Jul 2017 00:05:59 -0700 + baseplate (0.19.0) trusty; urgency=medium * add sentry integration diff --git a/setup.py b/setup.py index 67638f299..c89affc61 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ author_email="neil@reddit.com", license="BSD", url="https://baseplate.readthedocs.io/en/stable/", - version="0.19.0", + version="0.20.0", packages=find_packages(exclude=["tests", "tests.*"]),