Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Mar 3, 2018
1 parent 50976ec commit cef692e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
CHANGES
=======
0.2.0 (2018-03-03)
------------------
* Breaking change: az.create is coroutine now #114
* Added context manger for tracer object #114
* Added more mypy types #117


0.1.1 (2018-01-26)
------------------
Expand Down
2 changes: 1 addition & 1 deletion aiozipkin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from .tracer import Tracer, create


__version__ = '0.1.1'
__version__ = '0.2.0'
__all__ = (
'Tracer',
'Sampler',
Expand Down

0 comments on commit cef692e

Please sign in to comment.