Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

## 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).

### 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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"rest",
"openapi"
],
"version": "0.2.1",
"version": "0.2.2",
"publisher": "FastAPILabs",
"license": "MIT",
"repository": {
Expand Down
Loading