Skip to content

Commit

Permalink
rel-v0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Oct 2, 2023
1 parent d1142d2 commit d56a9a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## v0.10.5

* Fixes
* Reset potentially outdated indexes when persisted logs are loaded. Fixes
the case where the persisted logs might have a much higher index than the
current buffer, so every new log gets added before the loaded logs

## v0.10.4

* Fixes
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.10.4"
@version "0.10.5"
@source_url "https://github.com/nerves-project/ring_logger"

def project do
Expand Down

0 comments on commit d56a9a2

Please sign in to comment.