Skip to content

Commit ea759b3

Browse files
author
semantic-release
committed
0.8.1
Automatically generated by python-semantic-release
1 parent 30c866a commit ea759b3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# CHANGELOG
22

33

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+
412
## v0.8.0 (2025-10-21)
513

614
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "qtmonaco"
7-
version = "0.8.0"
7+
version = "0.8.1"
88
description = "Qt Monaco is a Python library for working with the Monaco Editor in Qt applications."
99
requires-python = ">=3.10"
1010
classifiers = [

0 commit comments

Comments
 (0)