Skip to content

Commit 19b6850

Browse files
semantic-released-biehl
authored andcommitted
0.17.3
Automatically generated by python-semantic-release
1 parent 07d5101 commit 19b6850

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

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

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

7+
## v0.17.3 (2022-12-11)
8+
### Fix
9+
* **vscode:** Highlightning comments in text mate mode ([`1c1cb9a`](https://github.com/d-biehl/robotcode/commit/1c1cb9a22a02c89dd604418d883b570a68d199b1))
10+
* **vscode:** Some tweaks for better highlightning ([`40b7512`](https://github.com/d-biehl/robotcode/commit/40b751223ea77b0c978f9252b3e946c02f9437d6))
11+
12+
### Performance
13+
* **robotlangserver:** Speedup keyword completion ([`6bcaa22`](https://github.com/d-biehl/robotcode/commit/6bcaa22ab492bad7882f5585ae852be87384f497))
14+
* **robotlangserver:** Refactor some unnecessary async/await methods ([`0f8c134`](https://github.com/d-biehl/robotcode/commit/0f8c1349f9bcdeb817f28247afc11c076c9747d0))
15+
716
## v0.17.2 (2022-12-09)
817
### Fix
918
* **vscode:** Enhance tmLanguage to support thing like variables, assignments,... better ([`ec3fce0`](https://github.com/d-biehl/robotcode/commit/ec3fce062019ba8fa9fcdea2480d6e5be69fccf5))

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.17.2",
7+
"version": "0.17.3",
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.17.2"
7+
version = "0.17.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

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

0 commit comments

Comments
 (0)