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

Commit f9b110e

Browse files
committed
Bump version to 0.6.2.
1 parent d55158c commit f9b110e

File tree

3 files changed

+31
-8
lines changed

3 files changed

+31
-8
lines changed

CHANGELOG.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,50 @@
1-
# Change Log
1+
# Changelog
22

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

5-
Fix: the version of `engines.vscode` is different from `@types/vscode`.
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## 0.6.2 - 2021-04-15
9+
10+
### Updated
11+
12+
- Update license.
13+
14+
## 0.6.1 - 2021-02-13
15+
16+
### Fixed
17+
18+
- Fix the version of `engines.vscode` is different from `@types/vscode`.
619

720
## 0.6.0
821

9-
Add basic support for PySide6. Thanks to [pjx206](https://github.com/pjx206). #88
22+
### Added
23+
24+
- Add basic support for PySide6. Thanks to [pjx206](https://github.com/pjx206). #88
1025

1126
## 0.5.2
1227

28+
### Fixed
29+
1330
Fix release workflow by packaging VSIX file before upload it to release asset.
1431

1532
## 0.5.1
1633

34+
### Added
35+
1736
Add publisher property in `package.json` for CI/CD.
1837

1938
## 0.5.0
2039

40+
### Added
41+
2142
Add the syntax highlighting for `require` keyword in QML.
2243

2344
## 0.4.1
2445

46+
### Updated
47+
2548
Remove the new lines in QML snippets.
2649

2750
## 0.4.0

package-lock.json

Lines changed: 3 additions & 3 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
@@ -3,7 +3,7 @@
33
"displayName": "Qt for Python",
44
"description": "Qt for Python (PyQt5 and PySide2) extension for Visual Studio Code.",
55
"publisher": "seanwu",
6-
"version": "0.6.1",
6+
"version": "0.6.2",
77
"engines": {
88
"vscode": "^1.53.0"
99
},

0 commit comments

Comments
 (0)