Skip to content

Commit d56a9a2

Browse files
committed
rel-v0.10.5
1 parent d1142d2 commit d56a9a2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## v0.10.5
6+
7+
* Fixes
8+
* Reset potentially outdated indexes when persisted logs are loaded. Fixes
9+
the case where the persisted logs might have a much higher index than the
10+
current buffer, so every new log gets added before the loaded logs
11+
512
## v0.10.4
613

714
* Fixes

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

77
def project do

0 commit comments

Comments
 (0)