File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to the "robotcode" extension will be documented in this file
4
4
5
5
<!-- next-version-placeholder-->
6
6
7
+ ## v0.26.1 (2023-02-25)
8
+ ### Fix
9
+ * Github workflow ([ ` a235b86 ` ] ( https://github.com/d-biehl/robotcode/commit/a235b864139c911cf593b58843c4d2726f770cf5 ) )
10
+
7
11
## v0.26.0 (2023-02-25)
8
12
### Feature
9
13
* Switch to [ hatch] ( https://hatch.pypa.io ) build tool and bigger internal refactorings ([ ` bc1c99b ` ] ( https://github.com/d-biehl/robotcode/commit/bc1c99bd8d70ec0b6a70257575d9dd4c44793f96 ) )
Original file line number Diff line number Diff line change 4
4
"description" : " RobotFramework support for Visual Studio Code" ,
5
5
"icon" : " images/icon.png" ,
6
6
"publisher" : " d-biehl" ,
7
- "version" : " 0.26.0 " ,
7
+ "version" : " 0.26.1 " ,
8
8
"author" : {
9
9
"name" : " Daniel Biehl" ,
10
10
"url" : " https://github.com/d-biehl/"
Original file line number Diff line number Diff line change 1
- __version__ = "0.26.0 "
1
+ __version__ = "0.26.1 "
You can’t perform that action at this time.
0 commit comments