Skip to content

Commit a7c3c0d

Browse files
semantic-released-biehl
authored andcommitted
0.21.0
Automatically generated by python-semantic-release
1 parent 5087c91 commit a7c3c0d

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

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

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

7+
## v0.21.0 (2023-01-07)
8+
### Feature
9+
* New setting `robotcode.analysis.cache.ignoredLibraries` to define which libraries should never be cached ([`5087c91`](https://github.com/d-biehl/robotcode/commit/5087c912fe2844396c0c2c30222ff215af105731))
10+
11+
### Fix
12+
* **robotlangserver:** Speedup analyser ([`228ae4e`](https://github.com/d-biehl/robotcode/commit/228ae4e9a50b6cb0ad5ecb824f6b45bcb1476258))
13+
* Try to handle unknow documents as .robot files to support resources as .txt or .tsv files ([`4fed028`](https://github.com/d-biehl/robotcode/commit/4fed028a42b3705568639469de24615d23152de3))
14+
* **robotlangserver:** Loading documents hardened ([`eab71f8`](https://github.com/d-biehl/robotcode/commit/eab71f87b3e16eeb34e62a811235e5126b2734cf))
15+
* Generating keyword specs for keywords with empty lineno ([`60d76aa`](https://github.com/d-biehl/robotcode/commit/60d76aa25c9437d1c3029322d3c576738c0406cb))
16+
717
## v0.20.0 (2023-01-06)
818
### Feature
919
* **robotlangserver:** Implement embedded keyword precedence for RF 6.0, this also speedups keyword analysing ([`f975be8`](https://github.com/d-biehl/robotcode/commit/f975be8d53ac2ef6a0cbcc8d69dbf815e04312e8))

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.20.0",
7+
"version": "0.21.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.20.0"
7+
version = "0.21.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.20.0"
1+
__version__ = "0.21.0"

0 commit comments

Comments
 (0)