Skip to content

Commit

Permalink
chore(next): release 4.0.0 (#258)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 1, 2022
1 parent 08ed28a commit 6de3182
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ in this file.
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
to structure this file.

## [4.0.0](https://github.com/seanwu1105/vscode-qt-for-python/compare/v3.0.1...v4.0.0) (2022-11-30)


### ⚠ BREAKING CHANGES

* drop qmllint 6.3.2 support

### Features

* drop qmllint 6.3.2 support ([a9b44aa](https://github.com/seanwu1105/vscode-qt-for-python/commit/a9b44aaba7ad374435fe687a6c066dd2fa1ea912))


### Bug Fixes

* 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)

## [3.0.1](https://github.com/seanwu1105/vscode-qt-for-python/compare/v3.0.0...v3.0.1) (2022-08-29)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-qt-for-python",
"displayName": "Qt for Python",
"description": "Visual Studio Code extension for PySide6 and PyQt6.",
"version": "3.0.1",
"version": "4.0.0",
"publisher": "seanwu",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 6de3182

Please sign in to comment.