We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6aa314 commit 669e21bCopy full SHA for 669e21b
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
5
+## v0.10.2
6
+
7
+* Fixes
8
+ * Fix remaining Elixir 1.15 warnings
9
10
## v0.10.1
11
12
* Improvements
mix.exs
@@ -1,7 +1,7 @@
1
defmodule RingLogger.MixProject do
use Mix.Project
- @version "0.10.1"
+ @version "0.10.2"
@source_url "https://github.com/nerves-project/ring_logger"
def project do
0 commit comments