Skip to content

Commit

Permalink
0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
d-biehl committed Oct 3, 2021
1 parent 62ec70c commit e8787de
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to the "robotcode" extension will be documented in this file

## [Unreleased]

## 0.2.6

- update readme
- semantic tokens now iterate over nodes

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Robot Framework support for Visual Studio Code",
"icon": "images/icon.png",
"publisher": "d-biehl",
"version": "0.2.5",
"version": "0.2.6",
"repository": {
"type": "git",
"url": "https://github.com/d-biehl/robotcode"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "robotcode"
version = "0.2.5"
version = "0.2.6"
description = "Language server,debugger and tools for RobotFramework"
authors = ["Daniel Biehl <[email protected]>"]
include = ["robotcode/py.typed", "README.md"]
Expand Down
2 changes: 1 addition & 1 deletion robotcode/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.5"
__version__ = "0.2.6"

0 comments on commit e8787de

Please sign in to comment.