From 71b4e78a0301fc895441f6e2abf87cb4c00f4180 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Fri, 27 Oct 2023 21:45:06 -0400 Subject: [PATCH] v0.11.0 release --- CHANGELOG.md | 6 ++++++ mix.exs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0943d4..aaf03b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v0.11.0 + +* New features + * Add small TUI. Run `RingLogger.viewer` and type `h` for help to try it out. + Thanks to @doawoo for this feature. + ## v0.10.5 * Fixes diff --git a/mix.exs b/mix.exs index 1bb3f71..b35fa7a 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ 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