File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to the "robotcode" extension will be documented in this file
4
4
5
5
## [ Unreleased]
6
6
7
+ ## 0.2.2
8
+
7
9
### added
8
10
9
11
- integrate robotframework-tidy for formatting
Original file line number Diff line number Diff line change 4
4
"description" : " Robot Framework support for Visual Studio Code" ,
5
5
"icon" : " images/icon.png" ,
6
6
"publisher" : " d-biehl" ,
7
- "version" : " 0.2.1 " ,
7
+ "version" : " 0.2.2 " ,
8
8
"repository" : {
9
9
"type" : " git" ,
10
10
"url" : " https://github.com/d-biehl/robotcode.git"
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " robotcode"
3
- version = " 0.2.1 "
3
+ version = " 0.2.2 "
4
4
description = " Language server,debugger and tools for RobotFramework"
5
5
authors = [" Daniel Biehl <daniel.biehl@imbus.de>" ]
6
6
include = [" robotcode/py.typed" , " README.md" ]
Original file line number Diff line number Diff line change 1
- __version__ = "0.2.1 "
1
+ __version__ = "0.2.2 "
You can’t perform that action at this time.
0 commit comments