Skip to content

Commit abb1bad

Browse files
semantic-released-biehl
authored andcommitted
0.25.1
Automatically generated by python-semantic-release
1 parent 942addf commit abb1bad

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.25.1 (2023-01-24)
8+
### Fix
9+
* **vscode:** In long test runs suites with failed tests are still marked as running even though they are already finished ([`942addf`](https://github.com/d-biehl/robotcode/commit/942addf005878bab9983603cd85429283eee4c6e))
10+
711
## v0.25.0 (2023-01-24)
812
### Feature
913
* **debugger:** New setting for `outputTimestamps` in launch and workspace configuration to enable/disable timestamps in debug console ([`e3ed581`](https://github.com/d-biehl/robotcode/commit/e3ed581f99d92f2e00c1cae443b98d9d255b638b))

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.25.0",
7+
"version": "0.25.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.25.0"
7+
version = "0.25.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.25.0"
1+
__version__ = "0.25.1"

0 commit comments

Comments
 (0)