Skip to content

Commit 9f14ce0

Browse files
semantic-released-biehl
authored andcommitted
0.28.0
Automatically generated by python-semantic-release
1 parent 22de5c4 commit 9f14ce0

File tree

9 files changed

+16
-8
lines changed

9 files changed

+16
-8
lines changed

CHANGELOG.md

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

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

7+
## v0.28.0 (2023-03-09)
8+
### Feature
9+
* Debugger is now started from bundled/tool/debugger if available ([`4b04c7a`](https://github.com/d-biehl/robotcode/commit/4b04c7a0524ba7804a7c4c01e1d2107e5ee188ae))
10+
11+
### Fix
12+
* #125 Robot Code crashes with a variables file containing a Dict[str, Callable] ([`7e0b55c`](https://github.com/d-biehl/robotcode/commit/7e0b55c65609ba37c928a636d0b764ddbb2ae57d))
13+
* Return codes for command line tools now uses sys.exit with return codes ([`b6ad7dd`](https://github.com/d-biehl/robotcode/commit/b6ad7dd75276e65ffab9c8acb2c24e0750a93791))
14+
715
## v0.27.2 (2023-03-06)
816
### Fix
917
* Unknown workspace edit change received at renaming ([`48aef63`](https://github.com/d-biehl/robotcode/commit/48aef63b9085cb90fdbdc42d18ae5843c7774d69))

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.27.2",
7+
"version": "0.28.0",
88
"author": {
99
"name": "Daniel Biehl",
1010
"url": "https://github.com/d-biehl/"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.27.2"
1+
__version__ = "0.28.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.27.2"
1+
__version__ = "0.28.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.27.2"
1+
__version__ = "0.28.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.27.2"
1+
__version__ = "0.28.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.27.2"
1+
__version__ = "0.28.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.27.2"
1+
__version__ = "0.28.0"

robotcode/cli/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.27.2"
1+
__version__ = "0.28.0"

0 commit comments

Comments
 (0)