File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased (beta)]
66
7+ ## [ 0.16.0] - 2018-09-18
8+
9+ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.16.0
10+
11+ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.15.0...v0.16.0
12+
13+ ### Added
14+
15+ - OpenTracing support (#517 )
16+ - ` middleware ` option for disabling Rails trace middleware. (#552 )
17+
718## [ 0.15.0] - 2018-09-12
819
920Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.15.0
@@ -500,8 +511,9 @@ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.3.1
500511
501512Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
502513
503- [ Unreleased (stable) ] : https://github.com/DataDog/dd-trace-rb/compare/v0.15.0...master
504- [ Unreleased (beta) ] : https://github.com/DataDog/dd-trace-rb/compare/v0.15.0...0.16-dev
514+ [ Unreleased (stable) ] : https://github.com/DataDog/dd-trace-rb/compare/v0.16.0...master
515+ [ Unreleased (beta) ] : https://github.com/DataDog/dd-trace-rb/compare/v0.16.0...0.17-dev
516+ [ 0.15.0 ] : https://github.com/DataDog/dd-trace-rb/compare/v0.15.0...v0.16.0
505517[ 0.15.0 ] : https://github.com/DataDog/dd-trace-rb/compare/v0.14.2...v0.15.0
506518[ 0.14.2 ] : https://github.com/DataDog/dd-trace-rb/compare/v0.14.1...v0.14.2
507519[ 0.14.1 ] : https://github.com/DataDog/dd-trace-rb/compare/v0.14.0...v0.14.1
Original file line number Diff line number Diff line change 11module Datadog
22 module VERSION
33 MAJOR = 0
4- MINOR = 15
4+ MINOR = 16
55 PATCH = 0
66 PRE = nil
77
You can’t perform that action at this time.
0 commit comments