From a304a8876479d8e2584e7f03d28c84d0af3c2685 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Wed, 8 Feb 2023 09:57:57 -0500 Subject: [PATCH] v0.9.0 release --- CHANGELOG.md | 11 +++++++++++ mix.exs | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0667ff1..acc70c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index 1a6a58b..1411201 100644 --- a/mix.exs +++ b/mix.exs @@ -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