File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This project follows [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
4
4
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
+
5
16
## v0.8.6
6
17
7
18
* Improvements
Original file line number Diff line number Diff line change 1
1
defmodule RingLogger.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.8.6 "
4
+ @ version "0.9.0 "
5
5
@ source_url "https://github.com/nerves-project/ring_logger"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments