Skip to content

Commit 9fd7cf0

Browse files
semantic-released-biehl
authored andcommitted
0.23.0
Automatically generated by python-semantic-release
1 parent 3d17699 commit 9fd7cf0

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to the "robotcode" extension will be documented in this file
44

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

7+
## v0.23.0 (2023-01-13)
8+
### Feature
9+
* **robotlangserver:** Highlight named args in library imports ([`63b93af`](https://github.com/d-biehl/robotcode/commit/63b93af853c0b54628e6bf59a6cc54fa77d97c8d))
10+
11+
### Fix
12+
* **robotlangserver:** Remove possible deadlock in completion ([`3d17699`](https://github.com/d-biehl/robotcode/commit/3d17699587096ca49711ef98bf1273d710cd8335))
13+
714
## v0.22.1 (2023-01-13)
815
### Fix
916
* **robotlangserver:** Resolving imports with arguments in diffent files and folders but with same string representation ie. ${curdir}/blah.py now works correctly ([`8c0517d`](https://github.com/d-biehl/robotcode/commit/8c0517d2c30ad395b121fde841869c994741151d))

package.json

Lines changed: 1 addition & 1 deletion
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.22.1",
7+
"version": "0.23.0",
88
"author": {
99
"name": "Daniel Biehl",
1010
"url": "https://github.com/d-biehl/"

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.22.1"
7+
version = "0.23.0"
88
description = "Language server, debugger and tools for Robot Framework"
99
authors = ["Daniel Biehl <dbiehlo@live.de>"]
1010
homepage = 'https://github.com/d-biehl/robotcode'

robotcode/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.22.1"
1+
__version__ = "0.23.0"

0 commit comments

Comments
 (0)