diff --git a/CHANGELOG.md b/CHANGELOG.md index 32de109..dadc90c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,26 @@ in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [5.0.0](https://github.com/seanwu1105/vscode-qt-for-python/compare/v4.0.0...v5.0.0) (2023-01-29) + + +### ⚠ BREAKING CHANGES + +* drop qmllint support as it's superseded by qmlls + +### Features + +* drop qmllint support as it's superseded by qmlls ([cddfcf3](https://github.com/seanwu1105/vscode-qt-for-python/commit/cddfcf3c200d2ff02f442fdd37ccef51e9f31e6f)) +* provide quick fix with suggestions field from qmllint ([12fa6c3](https://github.com/seanwu1105/vscode-qt-for-python/commit/12fa6c36e6a700c92d67a12d3ff8377c1221a260)), closes [#248](https://github.com/seanwu1105/vscode-qt-for-python/issues/248) +* support qmlls ([6dddd3c](https://github.com/seanwu1105/vscode-qt-for-python/commit/6dddd3c59d6702665eebf7ca5dde998435e63281)) +* use zod to validate qmllint result ([dad6c5e](https://github.com/seanwu1105/vscode-qt-for-python/commit/dad6c5e85e70efb5a59ebda352c7bc84bf059d18)) + + +### Bug Fixes + +* [#248](https://github.com/seanwu1105/vscode-qt-for-python/issues/248) ([12fa6c3](https://github.com/seanwu1105/vscode-qt-for-python/commit/12fa6c36e6a700c92d67a12d3ff8377c1221a260)) +* [#260](https://github.com/seanwu1105/vscode-qt-for-python/issues/260) ([7329c2f](https://github.com/seanwu1105/vscode-qt-for-python/commit/7329c2fbfa175f70788b669e689ddc56900ef691)) + ## [4.0.0](https://github.com/seanwu1105/vscode-qt-for-python/compare/v3.0.1...v4.0.0) (2022-11-30) diff --git a/package-lock.json b/package-lock.json index dfd157b..5edaae4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-qt-for-python", - "version": "4.0.0", + "version": "5.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-qt-for-python", - "version": "4.0.0", + "version": "5.0.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5cc316b..7cca855 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-qt-for-python", "displayName": "Qt for Python", "description": "Visual Studio Code extension for PySide6 and PyQt6.", - "version": "4.0.0", + "version": "5.0.0", "publisher": "seanwu", "license": "MIT", "engines": {