We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1142d2 commit d56a9a2Copy full SHA for d56a9a2
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
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
12
## v0.10.4
13
14
* Fixes
mix.exs
@@ -1,7 +1,7 @@
1
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
0 commit comments