We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c114e6b commit 327ca24Copy full SHA for 327ca24
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# OpenTelemetryDecorator
2
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
9
## v1.5.9
10
11
- Update dependencies: `dialyxir`, `ex_doc`, `o11y`
mix.exs
@@ -1,7 +1,7 @@
defmodule OpenTelemetryDecorator.MixProject do
use Mix.Project
- @version "1.5.9"
+ @version "1.5.10"
@github_page "https://github.com/marcdel/open_telemetry_decorator"
def project do
0 commit comments