Skip to content

Commit 622be70

Browse files
semantic-released-biehl
authored andcommitted
0.20.0
Automatically generated by python-semantic-release
1 parent f975be8 commit 622be70

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

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

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

7+
## v0.20.0 (2023-01-06)
8+
### Feature
9+
* **robotlangserver:** Implement embedded keyword precedence for RF 6.0, this also speedups keyword analysing ([`f975be8`](https://github.com/d-biehl/robotcode/commit/f975be8d53ac2ef6a0cbcc8d69dbf815e04312e8))
10+
* **robotlangserver:** Support for robot:private keywords for RF>6.0.0 ([`e24603f`](https://github.com/d-biehl/robotcode/commit/e24603f07319e2730fb59d62e1f8f4bc8c245368))
11+
* **robotlangserver:** Show keyword tags in keyword documentation ([`c82b60b`](https://github.com/d-biehl/robotcode/commit/c82b60b281c70eb6aa3cb4227a494d1b1f026f12))
12+
* **debugger:** Add `include` and `exclude` properties to launch configurations ([`f4681eb`](https://github.com/d-biehl/robotcode/commit/f4681ebedffa8f43eda31fadc80e3adc16b9572e))
13+
14+
### Fix
15+
* **robotlangserver:** Ignore parsing errors in test discovery ([`470723b`](https://github.com/d-biehl/robotcode/commit/470723b3f064ba496fb59dba600fc099901c0433))
16+
* **vscode-testexplorer:** Correctly combine args and paths in debug configurations ([`4b7e7d5`](https://github.com/d-biehl/robotcode/commit/4b7e7d527eb209746ffe1d8ae903d44e79a4d4d3))
17+
* Speedup loading and analysing tests ([`9989edf`](https://github.com/d-biehl/robotcode/commit/9989edf8868ddd3360939b93bbaf395aa939bb85))
18+
719
## v0.19.1 (2023-01-05)
820
### Fix
921
* **debugger:** Use default target if there is no target specified in launch config with purpose test ([`f633cc5`](https://github.com/d-biehl/robotcode/commit/f633cc5d27e1ad7ab9cc304d3977540365848211))

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.19.1",
7+
"version": "0.20.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.19.1"
7+
version = "0.20.0"
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.19.1"
1+
__version__ = "0.20.0"

0 commit comments

Comments
 (0)