Skip to content

Commit

Permalink
v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jul 4, 2022
1 parent 03882a1 commit d8f23f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.2.0 - 2022-07-04

* Changes
* No longer automatically start log tailers. Users must add
`NervesLogging.KmsgTailer` and `NervesLogging.SyslogTailer` to their
supervision trees. This simplifies the logic for whether to start the
loggers or not. Very few users will need to do anything. It will be handled
by `Nerves.Runtime`.

## v0.1.1 - 2022-06-03

* Changes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule NervesLogging.MixProject do
use Mix.Project

@version "0.1.1"
@version "0.2.0"
@source_url "https://github.com/nerves-project/nerves_logging"

def project do
Expand Down

0 comments on commit d8f23f4

Please sign in to comment.