Skip to content

Commit

Permalink
v0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Feb 8, 2023
1 parent 032eac6 commit a304a88
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## v0.9.0

This latest release removes support for Elixir versions before 1.9.

* Improvements
* Support multiple circular buffers and filtering based on log level. This
makes it possible to separate out debug and info messages so they don't push
out error messages. See the `README.md` for configuration examples. Thanks
to @oestrich for this feature.
* Fixed and added specs throughout

## v0.8.6

* Improvements
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 RingLogger.MixProject do
use Mix.Project

@version "0.8.6"
@version "0.9.0"
@source_url "https://github.com/nerves-project/ring_logger"

def project do
Expand Down

0 comments on commit a304a88

Please sign in to comment.