Skip to content

Commit 635c970

Browse files
committed
chore(release): bump version 1.3.0-dev.4 → 1.3.0-dev.5
1 parent a890264 commit 635c970

File tree

25 files changed

+72
-49
lines changed

25 files changed

+72
-49
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,38 @@ All notable changes to this project will be documented in this file. See [conven
77
### Bug Fixes
88

99
- **cli:** Corrected monkey patching for click>=8.2.0 ([425e64d](https://github.com/robotcodedev/robotcode/commit/425e64ddf8c6a9a54ec6fe3d801253c2e3a2156a))
10+
- **debugger:** Improve termination handling ([a890264](https://github.com/robotcodedev/robotcode/commit/a890264547341c190eaef5e0240f0cc81deb3c70))
1011
- **formatting:** Improve message clarity for robocop formatting ([f71d15d](https://github.com/robotcodedev/robotcode/commit/f71d15df40f8bfd1f9f325d35e1ba73bcf16c9aa))
12+
- **langserver:** Disable on-demand startup for the documentation server to ensure it launches on initialization ([81d63fa](https://github.com/robotcodedev/robotcode/commit/81d63faa5f0cfbcf95e293c53daeb80840117438))
13+
- **net:** Move SO_REUSEADDR socket option setting to the correct location to speeding up port discovery and preventing bind failures. ([b54cc93](https://github.com/robotcodedev/robotcode/commit/b54cc9300abb4c7060bfa94cb2e1bfa272936eda))
1114
- **textmate:** Corrected highlightning of comments in variable section ([5204afb](https://github.com/robotcodedev/robotcode/commit/5204afbfdd7f745c3e00ebc8d59fa3ad992ec0a8))
1215
- **textmate:** Enhance variable assignment handling ([7333eb9](https://github.com/robotcodedev/robotcode/commit/7333eb9b2f46e2af25583af2d5346b4b92dd1137))
1316
- Corrected detection of robocop ([f06bcbc](https://github.com/robotcodedev/robotcode/commit/f06bcbc1c2514326567399f8e5179da6ff5f9ed7))
1417

1518

19+
### Documentation
20+
21+
- **contributing:** Enhance development setup and workflow instructions ([b23331b](https://github.com/robotcodedev/robotcode/commit/b23331b8622ddd97c2030de96212323f5e7d4171))
22+
23+
Updated the contributing guide to include detailed development environment setup options, IDE configuration, and a comprehensive development workflow. Improved clarity and added troubleshooting tips for common issues.
24+
25+
26+
1627
### Features
1728

29+
- **analyzer:** Support for converting resolvable variables with types ([17123a0](https://github.com/robotcodedev/robotcode/commit/17123a046015e57fc64aa73f1227309b78bed4a2))
30+
- **analyzer:** Support for types in embedded arguments ([35526a0](https://github.com/robotcodedev/robotcode/commit/35526a05fbfdccc2a250f86a8fe3d51bf510607c))
31+
- **analyzer:** Improve 'keyword not found' messages for old `FOR:` syntax ([94cdc54](https://github.com/robotcodedev/robotcode/commit/94cdc54dd017e6e3892ead8a4cd9d8068b6b88ca))
32+
- **debugger:** Update delayed logging handling for Robot Framework 7.3 compatibility ([0b51afc](https://github.com/robotcodedev/robotcode/commit/0b51afce6acace2de358120dae365f190719cd05))
1833
- **intellij:** Reimplement and simplified parsing and syntax highlightning ([2dcdf7c](https://github.com/robotcodedev/robotcode/commit/2dcdf7ce846e8483fb427cdc7945a084fe4c3232))
34+
- **langserver:** Show variable type in hover for RF 7.3 ([10d981f](https://github.com/robotcodedev/robotcode/commit/10d981f657ba34db1449984fe4a28623632c5b64))
1935
- **langserver:** Implemented robocop 6.0 formatting and deprecate old robotidy ([310bc54](https://github.com/robotcodedev/robotcode/commit/310bc544be8306fb85a329698763b562cd9d85aa))
2036
- **langserver:** Better support for indexed assignments ([6fad9b1](https://github.com/robotcodedev/robotcode/commit/6fad9b161b85b2412b6a9d5169e69b4ce37c43c3))
37+
- **robot:** Unify variable handling and prepare for RF 7.3 type parsing ([73cda66](https://github.com/robotcodedev/robotcode/commit/73cda6698959fd3cbdce0901b87a40701cbe4966))
38+
39+
- Added support for parse_type parameter in Robot Framework 7.3+
40+
- Unified variable processing across different RF versions
41+
2142
- **vscode:** Add language model tool to get the library and resource imports from a robot file ([e5631f0](https://github.com/robotcodedev/robotcode/commit/e5631f042e42810b35d8694649cb76819b7b5866))
2243
- **vscode:** Add language model tools for retrieving library documentation and environment details ([a311e99](https://github.com/robotcodedev/robotcode/commit/a311e996cf95b2afaacc4b4402a4e2749b8d46bc))
2344
- **vscode:** Add deprecation messages for robotframework-tidy in configuration ([37c5371](https://github.com/robotcodedev/robotcode/commit/37c5371919d10a7ea1f46c91f1f7707b63fa96ce))
@@ -30,7 +51,9 @@ All notable changes to this project will be documented in this file. See [conven
3051

3152
### Refactor
3253

54+
- **analyzer:** Some renamings ([5f1f5c3](https://github.com/robotcodedev/robotcode/commit/5f1f5c37f62ae6cb32bf7a1db5c6ddbb592d8337))
3355
- **intellij:** Some code cleanup ([479a9c3](https://github.com/robotcodedev/robotcode/commit/479a9c3e6b1bc117e5c1222953b755a198cbc8c2))
56+
- **vscode:** Some refactorings and code cleanup ([d8eac38](https://github.com/robotcodedev/robotcode/commit/d8eac3808e23320fcb7efa92e85c574988d1a7ef))
3457

3558

3659
## [1.2.0](https://github.com/robotcodedev/robotcode/compare/v1.1.0..v1.2.0) - 2025-05-07

intellij-client/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = dev.robotcode
44
pluginName = RobotCode - Robot Framework Support
55
pluginRepositoryUrl = https://github.com/robotcodedev/robotcode4ij
66
# SemVer format -> https://semver.org
7-
pluginVersion = 1.3.0-dev.4
7+
pluginVersion = 1.3.0-dev.5
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 251

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Robot Framework IntelliSense, linting, test execution and debugging, code formatting, refactoring, and many more",
55
"icon": "images/icon.png",
66
"publisher": "d-biehl",
7-
"version": "1.3.0-dev.4",
7+
"version": "1.3.0-dev.5",
88
"author": {
99
"name": "Daniel Biehl",
1010
"url": "https://github.com/robotcodedev/"

packages/analyze/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ classifiers = [
2727
]
2828
dependencies = [
2929
"robotframework>=4.1.0",
30-
"robotcode-plugin==1.3.0-dev.4",
31-
"robotcode-robot==1.3.0-dev.4",
32-
"robotcode==1.3.0-dev.4",
30+
"robotcode-plugin==1.3.0-dev.5",
31+
"robotcode-robot==1.3.0-dev.5",
32+
"robotcode==1.3.0-dev.5",
3333
]
3434
dynamic = ["version"]
3535

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.0-dev.4"
1+
__version__ = "1.3.0-dev.5"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.0-dev.4"
1+
__version__ = "1.3.0-dev.5"

packages/debugger/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ classifiers = [
2828
dynamic = ["version"]
2929
dependencies = [
3030
"robotframework>=4.1.0",
31-
"robotcode-jsonrpc2==1.3.0-dev.4",
32-
"robotcode-runner==1.3.0-dev.4",
31+
"robotcode-jsonrpc2==1.3.0-dev.5",
32+
"robotcode-runner==1.3.0-dev.5",
3333
]
3434

3535
[project.optional-dependencies]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.0-dev.4"
1+
__version__ = "1.3.0-dev.5"

packages/jsonrpc2/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
"Framework :: Robot Framework",
2626
"Framework :: Robot Framework :: Tool",
2727
]
28-
dependencies = ["robotcode-core==1.3.0-dev.4"]
28+
dependencies = ["robotcode-core==1.3.0-dev.5"]
2929
dynamic = ["version"]
3030

3131
[project.urls]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.0-dev.4"
1+
__version__ = "1.3.0-dev.5"

packages/language_server/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ classifiers = [
2727
]
2828
dependencies = [
2929
"robotframework>=4.1.0",
30-
"robotcode-jsonrpc2==1.3.0-dev.4",
31-
"robotcode-robot==1.3.0-dev.4",
32-
"robotcode-analyze==1.3.0-dev.4",
33-
"robotcode==1.3.0-dev.4",
30+
"robotcode-jsonrpc2==1.3.0-dev.5",
31+
"robotcode-robot==1.3.0-dev.5",
32+
"robotcode-analyze==1.3.0-dev.5",
33+
"robotcode==1.3.0-dev.5",
3434
]
3535
dynamic = ["version"]
3636

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.0-dev.4"
1+
__version__ = "1.3.0-dev.5"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.0-dev.4"
1+
__version__ = "1.3.0-dev.5"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.0-dev.4"
1+
__version__ = "1.3.0-dev.5"

packages/repl/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
]
2828
dynamic = ["version"]
2929
dependencies = [
30-
"robotcode-runner==1.3.0-dev.4"
30+
"robotcode-runner==1.3.0-dev.5"
3131
]
3232

3333
[project.entry-points.robotcode]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.0-dev.4"
1+
__version__ = "1.3.0-dev.5"

packages/repl_server/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ classifiers = [
2727
]
2828
dynamic = ["version"]
2929
dependencies = [
30-
"robotcode-jsonrpc2==1.3.0-dev.4",
31-
"robotcode-runner==1.3.0-dev.4"
30+
"robotcode-jsonrpc2==1.3.0-dev.5",
31+
"robotcode-runner==1.3.0-dev.5"
3232
]
3333

3434
[project.entry-points.robotcode]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.0-dev.4"
1+
__version__ = "1.3.0-dev.5"

packages/robot/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"robotframework>=4.1.0",
3131
"tomli>=1.1.0; python_version < '3.11'",
3232
"platformdirs>=3.2.0,<4.4.0",
33-
"robotcode-core==1.3.0-dev.4",
33+
"robotcode-core==1.3.0-dev.5",
3434
]
3535
dynamic = ["version"]
3636

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.0-dev.4"
1+
__version__ = "1.3.0-dev.5"

packages/runner/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ classifiers = [
2828
dynamic = ["version"]
2929
dependencies = [
3030
"robotframework>=4.1.0",
31-
"robotcode-robot==1.3.0-dev.4",
32-
"robotcode-modifiers==1.3.0-dev.4",
33-
"robotcode-plugin==1.3.0-dev.4",
34-
"robotcode==1.3.0-dev.4",
31+
"robotcode-robot==1.3.0-dev.5",
32+
"robotcode-modifiers==1.3.0-dev.5",
33+
"robotcode-plugin==1.3.0-dev.5",
34+
"robotcode==1.3.0-dev.5",
3535
]
3636

3737
[project.entry-points.robotcode]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.0-dev.4"
1+
__version__ = "1.3.0-dev.5"

pyproject.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ classifiers = [
5151
]
5252
requires-python = ">=3.8"
5353
dependencies = [
54-
"robotcode-core==1.3.0-dev.4",
55-
"robotcode-plugin==1.3.0-dev.4",
56-
"robotcode-robot==1.3.0-dev.4",
54+
"robotcode-core==1.3.0-dev.5",
55+
"robotcode-plugin==1.3.0-dev.5",
56+
"robotcode-robot==1.3.0-dev.5",
5757
]
5858
dynamic = ["version"]
5959

@@ -71,24 +71,24 @@ robotcode = "robotcode.cli.__main__:main"
7171

7272

7373
[project.optional-dependencies]
74-
debugger = ["robotcode-debugger==1.3.0-dev.4"]
75-
languageserver = ["robotcode-language-server==1.3.0-dev.4"]
76-
runner = ["robotcode-runner==1.3.0-dev.4"]
77-
analyze = ["robotcode-analyze==1.3.0-dev.4"]
74+
debugger = ["robotcode-debugger==1.3.0-dev.5"]
75+
languageserver = ["robotcode-language-server==1.3.0-dev.5"]
76+
runner = ["robotcode-runner==1.3.0-dev.5"]
77+
analyze = ["robotcode-analyze==1.3.0-dev.5"]
7878
yaml = ["PyYAML>=5.4"]
7979
lint = ["robotframework-robocop>=2.0.0"]
8080
tidy = ["robotframework-tidy>=2.0.0"]
8181
rest = ["docutils"]
82-
repl = ["robotcode-repl==1.3.0-dev.4"]
83-
replserver = ["robotcode-repl-server==1.3.0-dev.4"]
82+
repl = ["robotcode-repl==1.3.0-dev.5"]
83+
replserver = ["robotcode-repl-server==1.3.0-dev.5"]
8484
colored = ["rich"]
8585
all = [
86-
"robotcode-debugger==1.3.0-dev.4",
87-
"robotcode-language-server==1.3.0-dev.4",
88-
"robotcode-runner==1.3.0-dev.4",
89-
"robotcode-analyze==1.3.0-dev.4",
90-
"robotcode-repl==1.3.0-dev.4",
91-
"robotcode-repl-server==1.3.0-dev.4",
86+
"robotcode-debugger==1.3.0-dev.5",
87+
"robotcode-language-server==1.3.0-dev.5",
88+
"robotcode-runner==1.3.0-dev.5",
89+
"robotcode-analyze==1.3.0-dev.5",
90+
"robotcode-repl==1.3.0-dev.5",
91+
"robotcode-repl-server==1.3.0-dev.5",
9292
"PyYAML>=5.4",
9393
"robotframework-robocop>=2.0.0",
9494
"robotframework-tidy>=2.0.0",

src/robotcode/cli/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.0-dev.4"
1+
__version__ = "1.3.0-dev.5"

0 commit comments

Comments
 (0)