Skip to content

Commit a75abac

Browse files
author
semantic-release
committed
0.5.0
Automatically generated by python-semantic-release
1 parent 60cb2e9 commit a75abac

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.5.0 (2025-07-25)
5+
6+
### Features
7+
8+
- Add options to insert and delete lines
9+
([`4143473`](https://github.com/bec-project/qtmonaco/commit/414347364a69622e852f7bd55482f8c7e525b437))
10+
11+
- **lsp**: Add option to set a hidden header
12+
([`60cb2e9`](https://github.com/bec-project/qtmonaco/commit/60cb2e97069d15bf6023f856347a385f09410136))
13+
14+
415
## v0.4.1 (2025-07-18)
516

617
### Bug Fixes

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.4.1"
7+
version = "0.5.0"
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)