File tree Expand file tree Collapse file tree 10 files changed +16
-10
lines changed
docs/examples/error_handler
error_handler_0/src/error_handler_0
error_handler_1/src/error_handler_1
exporter/opentelemetry-exporter-opencensus/src/opentelemetry/exporter/opencensus
opentelemetry-distro/src/opentelemetry/distro
opentelemetry-instrumentation/src/opentelemetry/instrumentation
shim/opentelemetry-opentracing-shim
src/opentelemetry/shim/opentracing_shim
tests/util/src/opentelemetry/test Expand file tree Collapse file tree 10 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 10
10
# Otherwise, set variable to the commit of your branch on
11
11
# opentelemetry-python-contrib which is compatible with these Core repo
12
12
# changes.
13
- CONTRIB_REPO_SHA : 8e1dd27be3a2101c9034e480560fd5ceb6712d51
13
+ CONTRIB_REPO_SHA : 6e328246c895ff433b14430c9edddfead072287c
14
14
15
15
jobs :
16
16
build :
Original file line number Diff line number Diff line change @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased] ( https://github.com/open-telemetry/opentelemetry-python/compare/v1.0.0rc1...HEAD )
7
+ ## [ Unreleased] ( https://github.com/open-telemetry/opentelemetry-python/compare/v0.18b0...HEAD )
8
+
9
+ ## [ 0.18b0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v0.18b0 ) - 2021-02-16
10
+
11
+ ### Added
12
+ - Add urllib to opentelemetry-bootstrap target list
13
+ ([ #1584 ] )(https://github.com/open-telemetry/opentelemetry-python/pull/1584 )
8
14
9
15
## [ 1.0.0rc1] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.0.0rc1 ) - 2021-02-12
10
16
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "0.18 .dev0"
15
+ __version__ = "0.19 .dev0"
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "0.18 .dev0"
15
+ __version__ = "0.19 .dev0"
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "0.18 .dev0"
15
+ __version__ = "0.19 .dev0"
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "0.18 .dev0"
15
+ __version__ = "0.19 .dev0"
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "0.18 .dev0"
15
+ __version__ = "0.19 .dev0"
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ install_requires =
46
46
47
47
[options.extras_require]
48
48
test =
49
- opentelemetry-test == 0.18 .dev0
49
+ opentelemetry-test == 0.19 .dev0
50
50
opentracing ~= 2.2.0
51
51
52
52
[options.packages.find]
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "0.18 .dev0"
15
+ __version__ = "0.19 .dev0"
Original file line number Diff line number Diff line change 1
- __version__ = "0.18 .dev0"
1
+ __version__ = "0.19 .dev0"
You can’t perform that action at this time.
0 commit comments