Skip to content

Commit

Permalink
v0.3.0 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
mchlvl committed Sep 8, 2022
1 parent b8b0df4 commit 6efec3e
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.3.0 (Sept 8, 2022)

### Changed
- [PR40](https://github.com/mchlvl/starlette-zipkin/pull/40) Upgrade starlette dependency to the latest version
- [PR39](https://github.com/mchlvl/starlette-zipkin/pull/39) Explicitly instantiate ZipkinMiddleware's parent - will default to 0.20.4 if not locked

## 0.2.4 (July 5, 2022)

### 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.2.4"
__version__ = "0.3.0"
__all__ = [
"ZipkinConfig",
"ZipkinMiddleware",
Expand Down

0 comments on commit 6efec3e

Please sign in to comment.