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

Commit 5227ff5

Browse files
committed
Cut version 0.14.0
1 parent 4114793 commit 5227ff5

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
baseplate (0.14.0) trusty; urgency=medium
2+
3+
* baseplate-script: respect logging configuration
4+
* add support for headerless TBinaryProtocol clients
5+
* capture full exc_info in span errors
6+
* rename/refactor diagnostics APIs for OpenTracing aligment
7+
* fix pyramid capture of exceptions in server spans
8+
* add various standard OpenTracing tags to server spans
9+
10+
-- Neil Williams <neil@reddit.com> Tue, 04 Oct 2016 08:31:16 -0700
11+
112
baseplate (0.13.0) trusty; urgency=medium
213

314
* allow config.Optional options to have key missing from INI too

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
author_email="neil@reddit.com",
4949
license="BSD",
5050
url="https://reddit.github.io/baseplate/",
51-
version="0.13.0",
51+
version="0.14.0",
5252

5353
packages=find_packages(exclude=["tests"]),
5454

0 commit comments

Comments
 (0)