Skip to content

Commit

Permalink
v0.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Mar 7, 2023
1 parent 1668465 commit 2cbe843
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## v0.10.0

This latest release removes support for Elixir versions before 1.11 to fix
deprecation warnings on Elixir 1.15. Elixir 1.11 to 1.14 are officially
supported and Elixir 1.15 will be supported when released.

* Improvements
* Support for syncing the RingBuffer to disk at peridic intervals. This
provides an option between a standard file logger and a fully in-memory log.
This doesn't provide additional history, but does enable logs to survive
reboots (assuming they were saved). It's disabled by default. See the
`:persist_path` and `:persist_seconds` options for details. Thanks to
@oestrich for adding this feature.

## v0.9.0

This latest release removes support for Elixir versions before 1.9.
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.9.0"
@version "0.10.0"
@source_url "https://github.com/nerves-project/ring_logger"

def project do
Expand Down

0 comments on commit 2cbe843

Please sign in to comment.