propagator v0.2.2 (#158)

* propagator v0.2.2

* update changelog

* Publish cowboy
This commit is contained in:
Bryan Naegele 2023-03-17 10:36:26 -06:00 committed by GitHub
parent 3f26975ae9
commit 760ba56809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## v0.2.1
### Fixes
* Set span kind as server
## v0.2.0
### Fixes

View File

@ -7,7 +7,8 @@
]}.
{project_plugins, [covertool,
erlfmt]}.
erlfmt,
rebar3_hex]}.
{profiles,
[{docs, [{deps, [edown]},
{edoc_opts,

View File

@ -1,6 +1,6 @@
{application, opentelemetry_cowboy,
[{description, "OpenTelemetry Cowboy Instrumentation"},
{vsn, "0.2.0"},
{vsn, "0.2.1"},
{registered, []},
{applications,
[kernel,

View File

@ -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/),
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
### Fixes

View File

@ -1,6 +1,6 @@
{application, opentelemetry_process_propagator,
[{description, "Tools for OpenTelemetry context propagation across process boundaries"},
{vsn, "0.2.1"},
{vsn, "0.2.2"},
{registered, []},
{applications,
[kernel,