Skip to content

Commit 50e9e60

Browse files
committed
Release 0.2.1
1 parent dce8c4d commit 50e9e60

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

CHANGELOG.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
# Change Log
1+
# Python Dev Extension Pack Change Log
22

3-
All notable changes to this project will be documented in this file.
3+
## Version 0.2.1
44

5-
## [Releases]
5+
- **Bugfix**: Fixed Python Test Adapter Name
66

7-
- 0.2.0
8-
- Added cython extension
9-
- 0.1.1
10-
- Fixed typos
11-
- 0.1.0
12-
- Initial release
7+
## Version 0.2.0
8+
9+
- **Feature**: Added cython extension
10+
11+
## Version 0.1.1
12+
13+
- **Info**: Fixed typos
14+
15+
## Version 0.1.0
16+
17+
- **Info**: Initial release

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-python-dev-extension-pack",
33
"displayName": "Python Dev Extension Pack",
44
"description": "Popular VS Code extensions for Python development.",
5-
"version": "0.2.0",
5+
"version": "0.2.1",
66
"publisher": "franneck94",
77
"engines": {
88
"vscode": "^1.50.0"
@@ -33,7 +33,7 @@
3333
"ms-python.vscode-pylance",
3434
"hbenl.vscode-test-explorer",
3535
"njpwerner.autodocstring",
36-
"littlefoxteam.vscode-python-test-explorer",
36+
"littlefoxteam.vscode-python-test-adapter",
3737
"ms-toolsai.jupyter",
3838
"tcwalther.cython"
3939
]

0 commit comments

Comments
 (0)