From 1d831ee45eac628de9e1c591c420273873e4cf12 Mon Sep 17 00:00:00 2001 From: alexpasmantier <47638216+alexpasmantier@users.noreply.github.com> Date: Tue, 7 Jan 2025 22:29:57 +0000 Subject: [PATCH] chore(changelog): update changelog (auto) --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d17d491..aeec2f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [unreleased] +## [0.9.0] - 2025-01-07 ### 🚀 Features @@ -14,17 +14,21 @@ All notable changes to this project will be documented in this file. ### 🐛 Bug Fixes - *(ingestion)* Use lossy conversion when source doesn't produce valid utf8 (#240) +- *(ansi)* Catch implicit reset escape sequences (#245) ### ⚡ Performance - Use FxHash instead of SipHash where it makes sense (#237) - Only display the first 200 log entries when previewing git-repos (#241) +- Drop deduplication when loading cable candidate lines (#248) ### ⚙️ Miscellaneous Tasks - *(changelog)* Update changelog (auto) (#225) - *(linting)* Add workspace lints (#228) - Fix linting warnings (#230) +- *(changelog)* Update changelog (auto) (#244) +- Bump to 0.9.0 (#249) ## [0.8.8] - 2025-01-06