We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c866a commit ea759b3Copy full SHA for ea759b3
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# CHANGELOG
2
3
4
+## v0.8.1 (2025-10-22)
5
+
6
+### Bug Fixes
7
8
+- Send pylsp output to devnull
9
+ ([`30c866a`](https://github.com/bec-project/qtmonaco/commit/30c866a7fcc25c2f0445a2c612965a763129155a))
10
11
12
## v0.8.0 (2025-10-21)
13
14
### Features
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "qtmonaco"
-version = "0.8.0"
+version = "0.8.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