Skip to content

Commit f92a6bd

Browse files
semantic-released-biehl
semantic-release
authored andcommitted
0.21.3
Automatically generated by python-semantic-release
1 parent 75e9d66 commit f92a6bd

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to the "robotcode" extension will be documented in this file
44

55
<!--next-version-placeholder-->
66

7+
## v0.21.3 (2023-01-10)
8+
### Fix
9+
* **robotlangserver:** If a lock takes to long, try to cancel the lock ([`75e9d66`](https://github.com/d-biehl/robotcode/commit/75e9d66572cdcb5cb144e55541b60e44fa102f7f))
10+
711
## v0.21.2 (2023-01-10)
812
### Fix
913
* Use markdownDescription in settings and launch configurations where needed ([`229a4a6`](https://github.com/d-biehl/robotcode/commit/229a4a6c316da5606c16629617e211ecf1a9a6d4))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "RobotFramework support for Visual Studio Code",
55
"icon": "images/icon.png",
66
"publisher": "d-biehl",
7-
"version": "0.21.2",
7+
"version": "0.21.3",
88
"author": {
99
"name": "Daniel Biehl",
1010
"url": "https://github.com/d-biehl/"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "robotcode"
7-
version = "0.21.2"
7+
version = "0.21.3"
88
description = "Language server, debugger and tools for Robot Framework"
99
authors = ["Daniel Biehl <[email protected]>"]
1010
homepage = 'https://github.com/d-biehl/robotcode'

robotcode/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.21.2"
1+
__version__ = "0.21.3"

0 commit comments

Comments
 (0)