publish latest updates (#127)

This commit is contained in:
Bryan Naegele 2022-11-16 19:07:23 -07:00 committed by GitHub
parent 56c6503a93
commit c8b760e776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 29 additions and 3 deletions

View File

@ -1,5 +1,15 @@
# Changelog # Changelog
## 1.1.0
### Changed
* Allow setting additional attributes
### Fixes
* Fix span linking in additional task-spawned use cases
## 1.0.0 ## 1.0.0
### Changed ### Changed

View File

@ -5,7 +5,7 @@ defmodule OpentelemetryEcto.MixProject do
[ [
app: :opentelemetry_ecto, app: :opentelemetry_ecto,
description: description(), description: description(),
version: "1.0.0", version: "1.1.0",
elixir: "~> 1.10", elixir: "~> 1.10",
start_permanent: Mix.env() == :prod, start_permanent: Mix.env() == :prod,
deps: deps(), deps: deps(),

View File

@ -1,5 +1,15 @@
# Changelog # Changelog
## 1.0.0
### Changed
* Publish 1.0
### Fixes
* Fix issue with insert_all
## 0.2.0-rc.5 ## 0.2.0-rc.5
### Changed ### Changed

View File

@ -4,7 +4,7 @@ defmodule OpentelemetryOban.MixProject do
def project do def project do
[ [
app: :opentelemetry_oban, app: :opentelemetry_oban,
version: "0.2.0-rc.6", version: "1.0.0",
elixir: "~> 1.10", elixir: "~> 1.10",
start_permanent: Mix.env() == :prod, start_permanent: Mix.env() == :prod,
deps: deps(), deps: deps(),

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/), 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.1
### Fixes
- Fix return spec types
## v0.2.0 ## v0.2.0
### Added ### Added

View File

@ -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.0"}, {vsn, "0.2.1"},
{registered, []}, {registered, []},
{applications, {applications,
[kernel, [kernel,