Skip to content

Commit 327ca24

Browse files
committed
v1.5.10
1 parent c114e6b commit 327ca24

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# OpenTelemetryDecorator
22

3+
## v1.5.10
4+
5+
- Fixes compilation warnings in Elixir 1.18 (🙏 @vrcca)
6+
- Improves compilation times by limiting the amount of code generated by the decorator. (🙏 @vrcca)
7+
- Update dependencies: `credo`, `ex_doc`, `excoveralls`
8+
39
## v1.5.9
410

511
- Update dependencies: `dialyxir`, `ex_doc`, `o11y`

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule OpenTelemetryDecorator.MixProject do
22
use Mix.Project
33

4-
@version "1.5.9"
4+
@version "1.5.10"
55
@github_page "https://github.com/marcdel/open_telemetry_decorator"
66

77
def project do

0 commit comments

Comments
 (0)