Skip to content

Commit

Permalink
v0.2.0 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
mchlvl committed Dec 19, 2021
1 parent af43083 commit ff39868
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## 0.2.0 (Dec 19, 2021)

### Changed
- [PR21](https://github.com/mchlvl/starlette-zipkin/pull/21) code refactor, new functionality, added `trace` context manager to add spans easier and updated examples, tests, readme


## 0.1.4 (Dec 16, 2021)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion starlette_zipkin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from starlette_zipkin.middleware import ZipkinConfig, ZipkinMiddleware, get_ip
from starlette_zipkin.trace import get_root_span, get_tracer, trace

__version__ = "0.1.4"
__version__ = "0.2.0"
__all__ = [
"ZipkinConfig",
"ZipkinMiddleware",
Expand Down

0 comments on commit ff39868

Please sign in to comment.