We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a7eb0 commit 45166ffCopy full SHA for 45166ff
2 files changed
CHANGELOG.md
@@ -1,6 +1,19 @@
1
# CHANGELOG
2
3
4
+## v0.5.1 (2025-08-12)
5
+
6
+### Bug Fixes
7
8
+- **readme**: Pyqt6 typo
9
+ ([`57a7eb0`](https://github.com/bec-project/qtmonaco/commit/57a7eb097e8125c4b7345a7f5b8a533fd640eb7a))
10
11
+### Build System
12
13
+- Pyside6 upgraded to 6.9.0
14
+ ([`a1e07b6`](https://github.com/bec-project/qtmonaco/commit/a1e07b67b6f363306f20309d1db2bc16a3cad8e9))
15
16
17
## v0.5.0 (2025-07-25)
18
19
### Features
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "qtmonaco"
-version = "0.5.0"
+version = "0.5.1"
description = "Qt Monaco is a Python library for working with the Monaco Editor in Qt applications."
requires-python = ">=3.10"
classifiers = [
0 commit comments