Skip to content

Commit 2f8579a

Browse files
semantic-released-biehl
authored andcommitted
0.19.1
Automatically generated by python-semantic-release
1 parent f633cc5 commit 2f8579a

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

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

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

7+
## v0.19.1 (2023-01-05)
8+
### Fix
9+
* **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))
10+
711
## v0.19.0 (2023-01-05)
812
### Feature
913
* New command `Clear Cache and Restart Language Servers` ([`a2ffdc6`](https://github.com/d-biehl/robotcode/commit/a2ffdc6c63150387a0bd7077cb0d31ce80e36076))

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.0",
7+
"version": "0.19.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.19.0"
7+
version = "0.19.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.19.0"
1+
__version__ = "0.19.1"

0 commit comments

Comments
 (0)