Skip to content

Commit

Permalink
update change and version
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Jan 21, 2018
1 parent 656c626 commit 0fb6725
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
CHANGES
=======

0.1.0 (2018-01-21)
------------------
After few months of work and beta releases here are basic features:

* Initial release.
* Implemented zipkin v2 protocol with HTTP transport
* Added jaeger support
* Added stackdriver support
* Added aiohttp server support
* Added aiohttp 3.0.0 client tracing support
* Added examples and demos
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.0.1b8'
__version__ = '0.1.0'
__all__ = (
'Tracer',
'Sampler',
Expand Down

0 comments on commit 0fb6725

Please sign in to comment.