We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d55f9a commit 0d54192Copy full SHA for 0d54192
ChangeLog.md
@@ -1,5 +1,8 @@
1
# Write Your Python Program - CHANGELOG
2
3
+* 2.1.0 (2025-11-07)
4
+ * Fix bug with recursive types #192
5
+ * Improve startup performance and other minor improvements #190
6
* 2.0.9 (2025-10-27)
7
* Overwrite path to old plugin versions #188
8
* 2.0.8 (2025-10-16)
package.json
@@ -3,7 +3,7 @@
"displayName": "Write Your Python Program!",
"description": "A user friendly python environment for beginners",
"license": "See license in LICENSE",
- "version": "2.0.9",
+ "version": "2.1.0",
"publisher": "StefanWehr",
"icon": "icon.png",
9
"engines": {
0 commit comments