Skip to content

Commit 337da68

Browse files
committed
0.4.3
1 parent 81b8626 commit 337da68

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to the "robotcode" extension will be documented in this file
44

55
## [Unreleased]
66

7+
## 0.4.3
8+
79
### added
810

911
- implement find references for libraries, resources, variables import

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Robot Framework support for Visual Studio Code",
55
"icon": "images/icon.png",
66
"publisher": "d-biehl",
7-
"version": "0.4.2",
7+
"version": "0.4.3",
88
"preview": true,
99
"author": {
1010
"name": "Daniel Biehl",

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "robotcode"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
description = "Language server,debugger and tools for RobotFramework"
55
authors = ["Daniel Biehl <[email protected]>"]
66
homepage = 'https://github.com/d-biehl/robotcode'

robotcode/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.2"
1+
__version__ = "0.4.3"

0 commit comments

Comments
 (0)