Skip to content

Commit cd31228

Browse files
authored
Update version and change log for release (#15676)
* Update Version * Update Change log
1 parent a734ca7 commit cd31228

File tree

7 files changed

+11
-7
lines changed

7 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Changelog
22

3-
## 2021.3.0-rc (9 March 2021)
3+
## 2021.3.0 (16 March 2021)
44

55
### Enhancements
66

77
1. Activate the extension when the following files are found: `Pipfile`, `setup.py`, `requirements.txt`, `manage.py`, `app.py`
88
(thanks [Dhaval Soneji](https://github.com/soneji))
99
([#4765](https://github.com/Microsoft/vscode-python/issues/4765))
10+
1. Add optional user-level `python.tensorBoard.logDirectory` setting. When starting a TensorBoard session, use this setting if it is present instead of prompting the user to select a log directory.
11+
([#15476](https://github.com/Microsoft/vscode-python/issues/15476))
1012

1113
### Fixes
1214

@@ -40,6 +42,8 @@
4042
([#15580](https://github.com/Microsoft/vscode-python/issues/15580))
4143
1. Ensure that jedi language server uses jedi shipped with the extension.
4244
([#15586](https://github.com/Microsoft/vscode-python/issues/15586))
45+
1. Updates to Proposed API, and fix the failure in VS Code Insider tests.
46+
([#15638](https://github.com/Microsoft/vscode-python/issues/15638))
4347

4448
### Code Health
4549

@@ -63,6 +67,10 @@
6367
([#15567](https://github.com/Microsoft/vscode-python/issues/15567))
6468
1. Fix failing smoke tests on CI.
6569
([#15573](https://github.com/Microsoft/vscode-python/issues/15573))
70+
1. Update VS Code engine to 1.54.0
71+
([#15604](https://github.com/Microsoft/vscode-python/issues/15604))
72+
1. Use `onReady` method available on language client to ensure language server is ready.
73+
([#15612](https://github.com/Microsoft/vscode-python/issues/15612))
6674

6775
## 2021.2.4 (9 March 2021)
6876

news/1 Enhancements/15476.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/15638.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/3 Code Health/15604.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/3 Code Health/15612.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "python",
33
"displayName": "Python",
44
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, Jupyter Notebooks, code formatting, refactoring, unit tests, and more.",
5-
"version": "2021.3.0-rc",
5+
"version": "2021.3.0",
66
"featureFlags": {
77
"usingNewInterpreterStorage": true
88
},

0 commit comments

Comments
 (0)