Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit f2644d2

Browse files
committed
Bump version to 0.5.0.
1 parent 3387aa6 commit f2644d2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 0.5.0
4+
5+
Add the syntax highlighting for `require` keyword in QML.
6+
37
## 0.4.1
48

59
Remove the new lines in QML snippets.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-qt-for-python",
33
"displayName": "Qt for Python",
44
"description": "Qt for Python (PyQt5 and PySide2) extension for Visual Studio Code.",
5-
"version": "0.4.3",
5+
"version": "0.5.0",
66
"engines": {
77
"vscode": "^1.50.0"
88
},

0 commit comments

Comments
 (0)