From 963cc9168a6ff02566d9049f7c87bc14047a6c8f Mon Sep 17 00:00:00 2001 From: Savannah Ostrowski Date: Tue, 16 Jun 2026 13:11:22 -0700 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=94=96=20Release=20version=200.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed3eb14..f71a7e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.2.2 + ### Fixes * 🐛 Exclude .venv and cache dirs from test index scan. PR [#168](https://github.com/fastapi/fastapi-vscode/pull/168) by [@savannahostrowski](https://github.com/savannahostrowski). diff --git a/package.json b/package.json index b4586d3..458a5fd 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "rest", "openapi" ], - "version": "0.2.1", + "version": "0.2.2", "publisher": "FastAPILabs", "license": "MIT", "repository": { From 7d7b6e4ad4b0e551feb3685eecd9e013bb24b385 Mon Sep 17 00:00:00 2001 From: Savannah Ostrowski Date: Tue, 16 Jun 2026 13:12:38 -0700 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=93=9D=20Fix=20formatting=20in=20CHAN?= =?UTF-8?q?GELOG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f71a7e1..d20b12d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ ### Refactors -* ⚡Speed up extension activation . PR [#164](https://github.com/fastapi/fastapi-vscode/pull/164) by [@savannahostrowski](https://github.com/savannahostrowski). +* ⚡ Speed up extension activation . PR [#164](https://github.com/fastapi/fastapi-vscode/pull/164) by [@savannahostrowski](https://github.com/savannahostrowski). ### Internal From 343015851e2d07b3e0197e6abc87a392d6732f3d Mon Sep 17 00:00:00 2001 From: Savannah Ostrowski Date: Tue, 16 Jun 2026 13:14:22 -0700 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=93=9D=20Remove=20extra=20space?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d20b12d..151eb89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ ### Refactors -* ⚡ Speed up extension activation . PR [#164](https://github.com/fastapi/fastapi-vscode/pull/164) by [@savannahostrowski](https://github.com/savannahostrowski). +* ⚡ Speed up extension activation. PR [#164](https://github.com/fastapi/fastapi-vscode/pull/164) by [@savannahostrowski](https://github.com/savannahostrowski). ### Internal