Skip to content

Commit 71b4e78

Browse files
committed
v0.11.0 release
1 parent f1cc38d commit 71b4e78

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

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+
511
## v0.10.5
612

713
* Fixes

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule RingLogger.MixProject do
22
use Mix.Project
33

4-
@version "0.10.5"
4+
@version "0.11.0"
55
@source_url "https://github.com/nerves-project/ring_logger"
66

77
def project do

0 commit comments

Comments
 (0)