We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1cc38d commit 71b4e78Copy full SHA for 71b4e78
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
5
+## v0.11.0
6
+
7
+* New features
8
+ * Add small TUI. Run `RingLogger.viewer` and type `h` for help to try it out.
9
+ Thanks to @doawoo for this feature.
10
11
## v0.10.5
12
13
* Fixes
mix.exs
@@ -1,7 +1,7 @@
1
defmodule RingLogger.MixProject do
use Mix.Project
- @version "0.10.5"
+ @version "0.11.0"
@source_url "https://github.com/nerves-project/ring_logger"
def project do
0 commit comments