Skip to content

Commit a304a88

Browse files
committedFeb 8, 2023
v0.9.0 release
1 parent 032eac6 commit a304a88

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
 

‎CHANGELOG.md

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

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

5+
## v0.9.0
6+
7+
This latest release removes support for Elixir versions before 1.9.
8+
9+
* Improvements
10+
* Support multiple circular buffers and filtering based on log level. This
11+
makes it possible to separate out debug and info messages so they don't push
12+
out error messages. See the `README.md` for configuration examples. Thanks
13+
to @oestrich for this feature.
14+
* Fixed and added specs throughout
15+
516
## v0.8.6
617

718
* Improvements

‎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.8.6"
4+
@version "0.9.0"
55
@source_url "https://github.com/nerves-project/ring_logger"
66

77
def project do

0 commit comments

Comments
 (0)
Please sign in to comment.