Skip to content

Commit

Permalink
bump version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcdel committed Feb 14, 2021
1 parent 7d1d862 commit 8dadb1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build status badge](https://github.com/marcdel/open_telemetry_decorator/workflows/Elixir%20CI/badge.svg)](https://github.com/marcdel/open_telemetry_decorator/actions)
[![Hex version badge](https://img.shields.io/hexpm/v/open_telemetry_decorator.svg)](https://hex.pm/packages/open_telemetry_decorator)

⚠️ Caution: the public API for this project is still evolving and is not yet stable
⚠️ Caution: the public API for this project is still evolving and is not yet stable

<!-- MDOC -->
<!-- INCLUDE -->
Expand All @@ -16,7 +16,7 @@ Add `open_telemetry_decorator` to your list of dependencies in `mix.exs`. We inc
```elixir
def deps do
[
{:open_telemetry_decorator, "~> 0.5.1"},
{:open_telemetry_decorator, "~> 0.5.2"},
{:opentelemetry, "~> 0.4.0"}
]
end
Expand Down
1 change: 1 addition & 0 deletions lib/open_telemetry_decorator.ex
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ defmodule OpenTelemetryDecorator do
end
```
"""
@deprecated "Use trace instead"
def simple_trace(body, context) do
context
|> SpanName.from_context()
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule OpenTelemetryDecorator.MixProject do
use Mix.Project

@version "0.5.1"
@version "0.5.2"
@github_page "https://github.com/marcdel/open_telemetry_decorator"

def project do
Expand Down

0 comments on commit 8dadb1b

Please sign in to comment.