Skip to content

Commit

Permalink
Version bump to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MvanDiemen committed Jul 12, 2024
1 parent d922f5d commit 33e9bef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog for Tracing v0.1

## 0.1.4 (2024-07-12)

* Add `Tracing.set_current_span/1` function
* Add `Tracing.monitor/1` as shorthand for `Tracing.Monitor.monitor/1`
* Allow `Tracing.monitor/0` to call Monitor for the current span
* Make use of internal Tracing functions

## 0.1.3 (2024-06-28)

* Add `LiveviewTelemetry` telemetry module
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Tracing.MixProject do
[
app: :tracing,
name: "Tracing",
version: "0.1.3",
version: "0.1.4",
elixir: "~> 1.16",
compilers: Mix.compilers(),
deps: deps(),
Expand Down

0 comments on commit 33e9bef

Please sign in to comment.