Skip to content

Commit 0d737e4

Browse files
semantic-released-biehl
semantic-release
authored andcommitted
0.24.1
Automatically generated by python-semantic-release
1 parent d1afe4d commit 0d737e4

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

+5
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.24.1 (2023-01-20)
8+
### Fix
9+
* **robotlangserver:** Robot version string is incorrectly parsed if version has no patch ([`d1afe4d`](https://github.com/d-biehl/robotcode/commit/d1afe4d6f1c10740f6ac850526b1f357653c95d2))
10+
* Start diagnostics only when the language server is fully initialized ([`d2bd3db`](https://github.com/d-biehl/robotcode/commit/d2bd3db3f6e4ce978fb32231d68764367426e7eb))
11+
712
## v0.24.0 (2023-01-16)
813
### Feature
914
* **robotlangserver:** Create undefined keywords in the same file ([`c607c3f`](https://github.com/d-biehl/robotcode/commit/c607c3f10b5d9382285e1bfeffdd81992336bab2))

package.json

+1-1
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.24.0",
7+
"version": "0.24.1",
88
"author": {
99
"name": "Daniel Biehl",
1010
"url": "https://github.com/d-biehl/"

pyproject.toml

+1-1
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.24.0"
7+
version = "0.24.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.24.0"
1+
__version__ = "0.24.1"

0 commit comments

Comments
 (0)