From ddaeb8183a0e3abc69090aa65edf25aa25d4ddc6 Mon Sep 17 00:00:00 2001 From: "pr-submit[bot]" Date: Tue, 22 Sep 2026 18:23:05 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20version=200.3.5?= 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 4fa4a7f..46d46ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.3.5 (2026-09-22) + ### Fixes * 🐛 Decode file URIs in Path Operations labels. PR [#233](https://github.com/fastapi/fastapi-vscode/pull/233) by [@savannahostrowski](https://github.com/savannahostrowski). diff --git a/package.json b/package.json index 1e1e1f4..79993a4 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "rest", "openapi" ], - "version": "0.3.4", + "version": "0.3.5", "publisher": "FastAPILabs", "license": "MIT", "repository": {