Skip to content

Commit 631ca41

Browse files
committed
Version bump to 0.1.2
1 parent 55d2904 commit 631ca41

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog for Tracing v0.1
22

3+
## 0.1.2 (2024-06-20)
4+
5+
* Fix wrong call when monitor option is passed into `with_span_fn/3`, call `Tracing.Monitor.monitor` instead of
6+
`Tracing.monitor`
7+
38
## 0.1.1 (2024-06-19)
49

510
* Update telemetry_metrics to 1.0.0

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The package can be installed by adding `ot` to your list of dependencies in `mix
1010
```elixir
1111
def deps do
1212
[
13-
{:tracing, "~> 0.1.0"}
13+
{:tracing, "~> 0.1.2"}
1414
]
1515
end
1616
```

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Tracing.MixProject do
55
[
66
app: :tracing,
77
name: "Tracing",
8-
version: "0.1.1",
8+
version: "0.1.2",
99
elixir: "~> 1.16",
1010
compilers: Mix.compilers(),
1111
deps: deps(),

0 commit comments

Comments
 (0)