propagator v0.2.2 (#158)
* propagator v0.2.2 * update changelog * Publish cowboy
This commit is contained in:
parent
3f26975ae9
commit
760ba56809
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v0.2.1
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
* Set span kind as server
|
||||||
|
|
||||||
## v0.2.0
|
## v0.2.0
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
|
@ -7,7 +7,8 @@
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
{project_plugins, [covertool,
|
{project_plugins, [covertool,
|
||||||
erlfmt]}.
|
erlfmt,
|
||||||
|
rebar3_hex]}.
|
||||||
{profiles,
|
{profiles,
|
||||||
[{docs, [{deps, [edown]},
|
[{docs, [{deps, [edown]},
|
||||||
{edoc_opts,
|
{edoc_opts,
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{application, opentelemetry_cowboy,
|
{application, opentelemetry_cowboy,
|
||||||
[{description, "OpenTelemetry Cowboy Instrumentation"},
|
[{description, "OpenTelemetry Cowboy Instrumentation"},
|
||||||
{vsn, "0.2.0"},
|
{vsn, "0.2.1"},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications,
|
{applications,
|
||||||
[kernel,
|
[kernel,
|
||||||
|
|
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## v0.2.2
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
- Set default opts on Task.Supervisor.start_link/1
|
||||||
|
|
||||||
## v0.2.1
|
## v0.2.1
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{application, opentelemetry_process_propagator,
|
{application, opentelemetry_process_propagator,
|
||||||
[{description, "Tools for OpenTelemetry context propagation across process boundaries"},
|
[{description, "Tools for OpenTelemetry context propagation across process boundaries"},
|
||||||
{vsn, "0.2.1"},
|
{vsn, "0.2.2"},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications,
|
{applications,
|
||||||
[kernel,
|
[kernel,
|
||||||
|
|
Loading…
Reference in New Issue