Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Preparing release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri Shkuro committed Apr 27, 2019
1 parent 5a237ce commit 64c82e8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,20 @@
History
-------

3.13.1 (unreleased)
-------------------

- Nothing changed yet.
4.0.0 (2019-04-27)
------------------

- (Support OpenTracing API v2.0 (#206) <Michał Szymański>
- Add support for references (#241) <Bhavin Gandhi>
- Add info on configuring Jaeger agent location. (#245) <Carlos Nunez>
- Add 128bit trace_id support (#230) <Bhavin Gandhi>
- Enable linting of tests (#227) <pravarag>
- Enable windows support by isolating ioctl calls (#233) <CARRIERE Etienne>
- Unpin flake8 to allow v3 (#231) <Yuri Shkuro>
- Fix pycurl install advice <Yuri Shkuro>
- Fix handling of missing headers in the b3 codec (#215) <cshowe>
- Fix typo in the link name <Yuri Shkuro>
- Add supported python version to README (#226) <Won Jun Jang>


3.13.0 (2018-12-04)
Expand Down
2 changes: 1 addition & 1 deletion jaeger_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import jaeger_client.thrift_gen as modpath
sys.path.append(modpath.__path__[0])

__version__ = '3.13.1.dev0'
__version__ = '4.0.0'

from .tracer import Tracer # noqa
from .config import Config # noqa
Expand Down

0 comments on commit 64c82e8

Please sign in to comment.