Skip to content

Commit 4b79be6

Browse files
semantic-released-biehl
authored andcommitted
0.22.1
Automatically generated by python-semantic-release
1 parent 8c0517d commit 4b79be6

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

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

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

7+
## v0.22.1 (2023-01-13)
8+
### Fix
9+
* **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))
10+
* **robotlangserver:** Generating documentation view with parameters that contains .py at the at does not work ([`8210bd9`](https://github.com/d-biehl/robotcode/commit/8210bd9c8bed94e61b475a2c25dc032c7bdb3d68))
11+
712
## v0.22.0 (2023-01-12)
813
### Feature
914
* Add onEnter rule to split a long line closes #78 ([`3efe416`](https://github.com/d-biehl/robotcode/commit/3efe4166829bd65a53dc5b5e3d33173c88258b28))

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.0",
7+
"version": "0.22.1",
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.0"
7+
version = "0.22.1"
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.22.0"
1+
__version__ = "0.22.1"

0 commit comments

Comments
 (0)