Skip to content

Commit a55a833

Browse files
semantic-released-biehl
authored andcommitted
0.31.0
Automatically generated by python-semantic-release
1 parent 4282f02 commit a55a833

File tree

12 files changed

+20
-11
lines changed

12 files changed

+20
-11
lines changed

CHANGELOG.md

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

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

7+
## v0.31.0 (2023-03-30)
8+
### Feature
9+
* Profiles can now be enabled or disabled, also with a condition. Profiles can now also be selected with a wildcard pattern. ([`4282f02`](https://github.com/d-biehl/robotcode/commit/4282f02bab4b483d74d486e983ec9a1f606fd3d7))
10+
* New commands robot, rebot, libdoc for robotcode.runner ([`25027fa`](https://github.com/d-biehl/robotcode/commit/25027faf3e3b7bb14596d90dd0ec1f43af922522))
11+
* **robotcode:** Add commands to get informations about configurations and profiles ([`edc4ee5`](https://github.com/d-biehl/robotcode/commit/edc4ee5e5b41f397918b9476ec7e6e09f0bfe53c))
12+
13+
### Documentation
14+
* Introduce mike for versioned documentation ([`4c6e9ac`](https://github.com/d-biehl/robotcode/commit/4c6e9ac0830830c80a543bb197b39f19f32a1203))
15+
716
## v0.30.0 (2023-03-22)
817
### Feature
918
* **robotcode-runner:** Robotcode-runner now supports all features, but not all robot options are supported ([`1b7affb`](https://github.com/d-biehl/robotcode/commit/1b7affbf954dbec8eaf924557272105e59eb5c84))

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.30.0",
7+
"version": "0.31.0",
88
"author": {
99
"name": "Daniel Biehl",
1010
"url": "https://github.com/d-biehl/"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.30.0"
1+
__version__ = "0.31.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.30.0"
1+
__version__ = "0.31.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.30.0"
1+
__version__ = "0.31.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.30.0"
1+
__version__ = "0.31.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.30.0"
1+
__version__ = "0.31.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.30.0"
1+
__version__ = "0.31.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.30.0"
1+
__version__ = "0.31.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.30.0"
1+
__version__ = "0.31.0"

0 commit comments

Comments
 (0)