diff --git a/CHANGELOG.md b/CHANGELOG.md index 476e457..4ed5a68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.10.0](https://github.com/raaymax/lazytail/compare/v0.9.0...v0.10.0) (2026-03-26) + + +### Features + +* **query:** time-based queries with [@ts](https://github.com/ts) virtual field and index integrity fixes ([#88](https://github.com/raaymax/lazytail/issues/88)) ([8a108e8](https://github.com/raaymax/lazytail/commit/8a108e857bcc5dc324a7ae792f043b47307a5188)) + + +### Bug Fixes + +* **combined:** merge $all streams by [@ts](https://github.com/ts) with carry-forward for lagging indexes ([#90](https://github.com/raaymax/lazytail/issues/90)) ([a8ff53f](https://github.com/raaymax/lazytail/commit/a8ff53f69827df8802446235486e2889e111880c)) + ## [0.9.0](https://github.com/raaymax/lazytail/compare/v0.8.2...v0.9.0) (2026-03-16) diff --git a/Cargo.lock b/Cargo.lock index e58878e..37e99ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1257,7 +1257,7 @@ dependencies = [ [[package]] name = "lazytail" -version = "0.9.0" +version = "0.10.0" dependencies = [ "ansi-to-tui", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index be273a9..11900eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lazytail" -version = "0.9.0" +version = "0.10.0" edition = "2021" authors = ["raaymax"] license = "MIT"