chore(changelog): update changelog (auto) (#251)

This PR was created by a GitHub Action to update the changelog.

Co-authored-by: alexpasmantier <47638216+alexpasmantier@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-01-07 23:39:06 +01:00 committed by GitHub
parent 853da49425
commit ef26d326f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [unreleased] ## [0.9.0] - 2025-01-07
### 🚀 Features ### 🚀 Features
@ -14,17 +14,21 @@ All notable changes to this project will be documented in this file.
### 🐛 Bug Fixes ### 🐛 Bug Fixes
- *(ingestion)* Use lossy conversion when source doesn't produce valid utf8 (#240) - *(ingestion)* Use lossy conversion when source doesn't produce valid utf8 (#240)
- *(ansi)* Catch implicit reset escape sequences (#245)
### ⚡ Performance ### ⚡ Performance
- Use FxHash instead of SipHash where it makes sense (#237) - Use FxHash instead of SipHash where it makes sense (#237)
- Only display the first 200 log entries when previewing git-repos (#241) - Only display the first 200 log entries when previewing git-repos (#241)
- Drop deduplication when loading cable candidate lines (#248)
### ⚙️ Miscellaneous Tasks ### ⚙️ Miscellaneous Tasks
- *(changelog)* Update changelog (auto) (#225) - *(changelog)* Update changelog (auto) (#225)
- *(linting)* Add workspace lints (#228) - *(linting)* Add workspace lints (#228)
- Fix linting warnings (#230) - Fix linting warnings (#230)
- *(changelog)* Update changelog (auto) (#244)
- Bump to 0.9.0 (#249)
## [0.8.8] - 2025-01-06 ## [0.8.8] - 2025-01-06