We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e63fe commit 3b6b83aCopy full SHA for 3b6b83a
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
5
+## v0.10.1
6
+
7
+* Improvements
8
+ * Add guards to prevent some bad API inputs from crashing in places
9
+ disconnected from the original calls.
10
11
## v0.10.0
12
13
This latest release removes support for Elixir versions before 1.11 to fix
mix.exs
@@ -1,7 +1,7 @@
1
defmodule RingLogger.MixProject do
use Mix.Project
- @version "0.10.0"
+ @version "0.10.1"
@source_url "https://github.com/nerves-project/ring_logger"
def project do
0 commit comments