From 0ef850227c1503f6ce1df6eb3c72d19d90f73e66 Mon Sep 17 00:00:00 2001 From: Savannah Ostrowski Date: Mon, 13 Apr 2026 13:52:22 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20version=200.1.6?= 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 5c548ed..fe9f8b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.1.6 + ### Fixes * 🐛 Fix import resolution for src layout projects and bare relative imports. PR [#140](https://github.com/fastapi/fastapi-vscode/pull/140) by [@savannahostrowski](https://github.com/savannahostrowski). diff --git a/package.json b/package.json index 3df88d8..273beb1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "rest", "openapi" ], - "version": "0.1.5", + "version": "0.1.6", "publisher": "FastAPILabs", "license": "MIT", "repository": {