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

Commit 6de3182

Browse files
chore(next): release 4.0.0 (#258)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 08ed28a commit 6de3182

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ in this file.
66
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
77
to structure this file.
88

9+
## [4.0.0](https://github.com/seanwu1105/vscode-qt-for-python/compare/v3.0.1...v4.0.0) (2022-11-30)
10+
11+
12+
### ⚠ BREAKING CHANGES
13+
14+
* drop qmllint 6.3.2 support
15+
16+
### Features
17+
18+
* drop qmllint 6.3.2 support ([a9b44aa](https://github.com/seanwu1105/vscode-qt-for-python/commit/a9b44aaba7ad374435fe687a6c066dd2fa1ea912))
19+
20+
21+
### Bug Fixes
22+
23+
* support qmllint with PySide 6.4.1 ([dc2f427](https://github.com/seanwu1105/vscode-qt-for-python/commit/dc2f42716a0793e34b0386316880c72527b93f9d)), closes [#255](https://github.com/seanwu1105/vscode-qt-for-python/issues/255)
24+
925
## [3.0.1](https://github.com/seanwu1105/vscode-qt-for-python/compare/v3.0.0...v3.0.1) (2022-08-29)
1026

1127

package-lock.json

Lines changed: 2 additions & 2 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": "vscode-qt-for-python",
33
"displayName": "Qt for Python",
44
"description": "Visual Studio Code extension for PySide6 and PyQt6.",
5-
"version": "3.0.1",
5+
"version": "4.0.0",
66
"publisher": "seanwu",
77
"license": "MIT",
88
"engines": {

0 commit comments

Comments
 (0)