Skip to content

Commit e8787de

Browse files
committed
0.2.6
1 parent 62ec70c commit e8787de

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to the "robotcode" extension will be documented in this file
44

55
## [Unreleased]
66

7+
## 0.2.6
8+
79
- update readme
810
- semantic tokens now iterate over nodes
911

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Robot Framework support for Visual Studio Code",
55
"icon": "images/icon.png",
66
"publisher": "d-biehl",
7-
"version": "0.2.5",
7+
"version": "0.2.6",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/d-biehl/robotcode"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "robotcode"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
description = "Language server,debugger and tools for RobotFramework"
55
authors = ["Daniel Biehl <[email protected]>"]
66
include = ["robotcode/py.typed", "README.md"]

robotcode/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.5"
1+
__version__ = "0.2.6"

0 commit comments

Comments
 (0)