robotcode 0.109.4__tar.gz → 1.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,6 +2,42 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
4
4
 
5
+ ## [1.0.0](https://github.com/robotcodedev/robotcode/compare/v0.109.6..v1.0.0) - 2025-03-05
6
+
7
+ ### Bug Fixes
8
+
9
+ - **tmlang:** Recognize 2 or spaces between arguments to better work in intellj platform ([6198707](https://github.com/robotcodedev/robotcode/commit/6198707c7f22a9744dcad7a4e0d9bc6f64f46e4c))
10
+
11
+
12
+ ### Documentation
13
+
14
+ - Update get started/configuration ([f8060e5](https://github.com/robotcodedev/robotcode/commit/f8060e53ba95007fea2a62c137dfc4c271086cab))
15
+
16
+
17
+ ### Features
18
+
19
+ - **intellij:** Support for more semantic highlight tokens ([e48943b](https://github.com/robotcodedev/robotcode/commit/e48943b5fff6b296a4ddb510be5eb1cf144c2a4e))
20
+
21
+
22
+ ## [0.109.6](https://github.com/robotcodedev/robotcode/compare/v0.109.5..v0.109.6) - 2025-02-28
23
+
24
+ ### Bug Fixes
25
+
26
+ - **vscode:** Downgrade to typescript 5.7.3 because eslint dont support newer ones ([f1ea63e](https://github.com/robotcodedev/robotcode/commit/f1ea63eb08039c45d663e957953dd43b512ccc27))
27
+
28
+
29
+ ## [0.109.5](https://github.com/robotcodedev/robotcode/compare/v0.109.4..v0.109.5) - 2025-02-28
30
+
31
+ ### Bug Fixes
32
+
33
+ - **langserver:** Corrected document_symbols when matching keyword or test case declaration when no name is given ([1525db2](https://github.com/robotcodedev/robotcode/commit/1525db2985dfe7ecd488c2e838fd39f0355fbd5a))
34
+
35
+
36
+ ### Testing
37
+
38
+ - **langserver:** Update tests for RF 7.2 ([ce77f62](https://github.com/robotcodedev/robotcode/commit/ce77f6292b09912307021464ca1e72132d81f26d))
39
+
40
+
5
41
  ## [0.109.4](https://github.com/robotcodedev/robotcode/compare/v0.109.3..v0.109.4) - 2025-02-28
6
42
 
7
43
  ### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robotcode
3
- Version: 0.109.4
3
+ Version: 1.0.0
4
4
  Summary: Command line interface for RobotCode
5
5
  Project-URL: Homepage, https://robotcode.io
6
6
  Project-URL: Donate, https://opencollective.com/robotcode
@@ -34,39 +34,39 @@ Classifier: Topic :: Text Editors :: Integrated Development Environments (IDE)
34
34
  Classifier: Topic :: Utilities
35
35
  Classifier: Typing :: Typed
36
36
  Requires-Python: >=3.8
37
- Requires-Dist: robotcode-core==0.109.4
38
- Requires-Dist: robotcode-plugin==0.109.4
39
- Requires-Dist: robotcode-robot==0.109.4
37
+ Requires-Dist: robotcode-core==1.0.0
38
+ Requires-Dist: robotcode-plugin==1.0.0
39
+ Requires-Dist: robotcode-robot==1.0.0
40
40
  Provides-Extra: all
41
41
  Requires-Dist: docutils; extra == 'all'
42
42
  Requires-Dist: pyyaml>=5.4; extra == 'all'
43
43
  Requires-Dist: rich; extra == 'all'
44
- Requires-Dist: robotcode-analyze==0.109.4; extra == 'all'
45
- Requires-Dist: robotcode-debugger==0.109.4; extra == 'all'
46
- Requires-Dist: robotcode-language-server==0.109.4; extra == 'all'
47
- Requires-Dist: robotcode-repl-server==0.109.4; extra == 'all'
48
- Requires-Dist: robotcode-repl==0.109.4; extra == 'all'
49
- Requires-Dist: robotcode-runner==0.109.4; extra == 'all'
44
+ Requires-Dist: robotcode-analyze==1.0.0; extra == 'all'
45
+ Requires-Dist: robotcode-debugger==1.0.0; extra == 'all'
46
+ Requires-Dist: robotcode-language-server==1.0.0; extra == 'all'
47
+ Requires-Dist: robotcode-repl-server==1.0.0; extra == 'all'
48
+ Requires-Dist: robotcode-repl==1.0.0; extra == 'all'
49
+ Requires-Dist: robotcode-runner==1.0.0; extra == 'all'
50
50
  Requires-Dist: robotframework-robocop>=2.0.0; extra == 'all'
51
51
  Requires-Dist: robotframework-tidy>=2.0.0; extra == 'all'
52
52
  Provides-Extra: analyze
53
- Requires-Dist: robotcode-analyze==0.109.4; extra == 'analyze'
53
+ Requires-Dist: robotcode-analyze==1.0.0; extra == 'analyze'
54
54
  Provides-Extra: colored
55
55
  Requires-Dist: rich; extra == 'colored'
56
56
  Provides-Extra: debugger
57
- Requires-Dist: robotcode-debugger==0.109.4; extra == 'debugger'
57
+ Requires-Dist: robotcode-debugger==1.0.0; extra == 'debugger'
58
58
  Provides-Extra: languageserver
59
- Requires-Dist: robotcode-language-server==0.109.4; extra == 'languageserver'
59
+ Requires-Dist: robotcode-language-server==1.0.0; extra == 'languageserver'
60
60
  Provides-Extra: lint
61
61
  Requires-Dist: robotframework-robocop>=2.0.0; extra == 'lint'
62
62
  Provides-Extra: repl
63
- Requires-Dist: robotcode-repl==0.109.4; extra == 'repl'
63
+ Requires-Dist: robotcode-repl==1.0.0; extra == 'repl'
64
64
  Provides-Extra: replserver
65
- Requires-Dist: robotcode-repl-server==0.109.4; extra == 'replserver'
65
+ Requires-Dist: robotcode-repl-server==1.0.0; extra == 'replserver'
66
66
  Provides-Extra: rest
67
67
  Requires-Dist: docutils; extra == 'rest'
68
68
  Provides-Extra: runner
69
- Requires-Dist: robotcode-runner==0.109.4; extra == 'runner'
69
+ Requires-Dist: robotcode-runner==1.0.0; extra == 'runner'
70
70
  Provides-Extra: tidy
71
71
  Requires-Dist: robotframework-tidy>=2.0.0; extra == 'tidy'
72
72
  Provides-Extra: yaml
@@ -41,6 +41,7 @@ test-reset = "pytest --regtest2-reset {args}"
41
41
  create-json-schema = "python ./scripts/create_robot_toml_json_schema.py"
42
42
  generate-rf-options = "python ./scripts/generate_rf_options.py"
43
43
  install-packages = "python ./scripts/install_packages.py"
44
+ generate-tmlanguage = "python ./scripts/generate_tmlanguage.py"
44
45
 
45
46
  [envs.rfbeta]
46
47
  python = "3.13"
@@ -51,9 +51,9 @@ classifiers = [
51
51
  ]
52
52
  requires-python = ">=3.8"
53
53
  dependencies = [
54
- "robotcode-core==0.109.4",
55
- "robotcode-plugin==0.109.4",
56
- "robotcode-robot==0.109.4",
54
+ "robotcode-core==1.0.0",
55
+ "robotcode-plugin==1.0.0",
56
+ "robotcode-robot==1.0.0",
57
57
  ]
58
58
  dynamic = ["version"]
59
59
 
@@ -71,24 +71,24 @@ robotcode = "robotcode.cli.__main__:main"
71
71
 
72
72
 
73
73
  [project.optional-dependencies]
74
- debugger = ["robotcode-debugger==0.109.4"]
75
- languageserver = ["robotcode-language-server==0.109.4"]
76
- runner = ["robotcode-runner==0.109.4"]
77
- analyze = ["robotcode-analyze==0.109.4"]
74
+ debugger = ["robotcode-debugger==1.0.0"]
75
+ languageserver = ["robotcode-language-server==1.0.0"]
76
+ runner = ["robotcode-runner==1.0.0"]
77
+ analyze = ["robotcode-analyze==1.0.0"]
78
78
  yaml = ["PyYAML>=5.4"]
79
79
  lint = ["robotframework-robocop>=2.0.0"]
80
80
  tidy = ["robotframework-tidy>=2.0.0"]
81
81
  rest = ["docutils"]
82
- repl = ["robotcode-repl==0.109.4"]
83
- replserver = ["robotcode-repl-server==0.109.4"]
82
+ repl = ["robotcode-repl==1.0.0"]
83
+ replserver = ["robotcode-repl-server==1.0.0"]
84
84
  colored = ["rich"]
85
85
  all = [
86
- "robotcode-debugger==0.109.4",
87
- "robotcode-language-server==0.109.4",
88
- "robotcode-runner==0.109.4",
89
- "robotcode-analyze==0.109.4",
90
- "robotcode-repl==0.109.4",
91
- "robotcode-repl-server==0.109.4",
86
+ "robotcode-debugger==1.0.0",
87
+ "robotcode-language-server==1.0.0",
88
+ "robotcode-runner==1.0.0",
89
+ "robotcode-analyze==1.0.0",
90
+ "robotcode-repl==1.0.0",
91
+ "robotcode-repl-server==1.0.0",
92
92
  "PyYAML>=5.4",
93
93
  "robotframework-robocop>=2.0.0",
94
94
  "robotframework-tidy>=2.0.0",
@@ -315,7 +315,7 @@ tag_format = "v$version"
315
315
  version_scheme = "semver"
316
316
  version_provider = "scm"
317
317
  update_changelog_on_bump = false
318
- major_version_zero = true
318
+ # major_version_zero = true
319
319
  changelog_incremental = true
320
320
  changelog_merge_prerelease = true
321
321
  gpg_sign = true
@@ -0,0 +1 @@
1
+ __version__ = "1.0.0"
@@ -1 +0,0 @@
1
- __version__ = "0.109.4"
File without changes
File without changes
File without changes