Skip to content

Commit bcac7a5

Browse files
semantic-released-biehl
authored andcommitted
0.26.1
Automatically generated by python-semantic-release
1 parent a235b86 commit bcac7a5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to the "robotcode" extension will be documented in this file
44

55
<!--next-version-placeholder-->
66

7+
## v0.26.1 (2023-02-25)
8+
### Fix
9+
* Github workflow ([`a235b86`](https://github.com/d-biehl/robotcode/commit/a235b864139c911cf593b58843c4d2726f770cf5))
10+
711
## v0.26.0 (2023-02-25)
812
### Feature
913
* Switch to [hatch](https://hatch.pypa.io) build tool and bigger internal refactorings ([`bc1c99b`](https://github.com/d-biehl/robotcode/commit/bc1c99bd8d70ec0b6a70257575d9dd4c44793f96))

package.json

Lines changed: 1 addition & 1 deletion
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.26.0",
7+
"version": "0.26.1",
88
"author": {
99
"name": "Daniel Biehl",
1010
"url": "https://github.com/d-biehl/"

robotcode/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.26.0"
1+
__version__ = "0.26.1"

0 commit comments

Comments
 (0)