Skip to content

Commit d93ef08

Browse files
authored
Update version and change log. (#16868)
1 parent 2e9e8ab commit d93ef08

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Changelog
22

3-
## 2021.8.0-rc (2 August 2021)
3+
## 2021.8.0 (5 August 2021)
44

55
### Enhancements
66

7-
1. Add new getting started page using VS Code's API
7+
1. Add new getting started page using VS Code's API to replace our custom start page.
88
([#16678](https://github.com/Microsoft/vscode-python/issues/16678))
99
1. Replace deprecated vscode-test with @vscode/test-electron for CI. (thanks [iChenLei](https://github.com/iChenLei))
1010
([#16765](https://github.com/Microsoft/vscode-python/issues/16765))
1111

1212
### Code Health
1313

14-
1. Sort Settings Alphabetically (thanks [bfarahdel](https://github.com/bfarahdel))
14+
1. Sort Settings Alphabetically. (thanks [bfarahdel](https://github.com/bfarahdel))
1515
([#8406](https://github.com/Microsoft/vscode-python/issues/8406))
1616
1. Changed default language server to `Pylance` for extension development. (thanks [jasleen101010](https://github.com/jasleen101010))
1717
([#13007](https://github.com/Microsoft/vscode-python/issues/13007))

package-lock.json

Lines changed: 8 additions & 8 deletions
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": "IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), Jupyter Notebooks, code formatting, refactoring, unit tests, and more.",
5-
"version": "2021.8.0-rc",
5+
"version": "2021.8.0",
66
"featureFlags": {
77
"usingNewInterpreterStorage": true
88
},

0 commit comments

Comments
 (0)