From 6d105a70ad607825efc5578e8dfa4b561c2e708e Mon Sep 17 00:00:00 2001 From: sarman Date: Wed, 15 Apr 2026 02:11:31 +0000 Subject: [PATCH] chore: update CHANGELOG.md for v0.2.66 [skip ci] --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 543e6a76..a8229f28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,21 @@ All notable changes to TFTSR are documented here. Commit types shown: feat, fix, perf, docs, refactor. CI, chore, and build changes are excluded. -## [Unreleased] +## [0.2.65] — 2026-04-15 ### Bug Fixes - Add --locked to cargo commands and improve version update script +- Remove invalid --locked flag from cargo commands and fix format string +- **integrations**: Security and correctness improvements +- Correct WIQL syntax and escape_wiql implementation ### Features - Implement dynamic versioning from Git tags +- **integrations**: Implement query expansion for semantic search + +### Security +- Fix query expansion issues from PR review +- Address all issues from automated PR review ## [0.2.63] — 2026-04-13