Skip to content

Commit 8cc3bd5

Browse files
committed
chore(release): bump version 0.77.0 → 0.77.1
1 parent 6c584dc commit 8cc3bd5

File tree

20 files changed

+46
-36
lines changed

20 files changed

+46
-36
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
44

5+
## [0.77.1](https://github.com/d-biehl/robotcode/compare/v0.77.0..v0.77.1) - 2024-03-06
6+
7+
### Bug Fixes
8+
9+
- **vscode:** Correct some things in bracket highlightning and coloring ([6c584dc](https://github.com/d-biehl/robotcode/commit/6c584dc5923398f43f6df1e09f1e6e07a12d4b44))
10+
11+
512
## [0.77.0](https://github.com/d-biehl/robotcode/compare/v0.76.2..v0.77.0) - 2024-03-05
613

714
### Bug Fixes

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: 5 additions & 2 deletions
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": "0.77.0",
7+
"version": "0.77.1",
88
"author": {
99
"name": "Daniel Biehl",
1010
"url": "https://github.com/d-biehl/"
@@ -346,7 +346,10 @@
346346
"string.unquoted.argument.robotframework": "other",
347347
"variable.expression.robotframework": "other"
348348
},
349-
"unbalancedBracketScopes": ["comment.robotframework", "comment"]
349+
"unbalancedBracketScopes": [
350+
"comment.robotframework",
351+
"comment"
352+
]
350353
}
351354
],
352355
"keybindings": [

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==0.77.0",
31-
"robotcode-robot==0.77.0",
32-
"robotcode==0.77.0",
30+
"robotcode-plugin==0.77.1",
31+
"robotcode-robot==0.77.1",
32+
"robotcode==0.77.1",
3333
]
3434
dynamic = ["version"]
3535

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

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==0.77.0",
32-
"robotcode-runner==0.77.0",
31+
"robotcode-jsonrpc2==0.77.1",
32+
"robotcode-runner==0.77.1",
3333
]
3434

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

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==0.77.0"]
28+
dependencies = ["robotcode-core==0.77.1"]
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__ = "0.77.0"
1+
__version__ = "0.77.1"

packages/language_server/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ classifiers = [
2727
]
2828
dependencies = [
2929
"robotframework>=4.1.0",
30-
"robotcode-jsonrpc2==0.77.0",
31-
"robotcode==0.77.0",
30+
"robotcode-jsonrpc2==0.77.1",
31+
"robotcode==0.77.1",
3232
]
3333
dynamic = ["version"]
3434

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

packages/robot/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"robotframework>=4.1.0",
3030
"tomli>=1.1.0; python_version < '3.11'",
3131
"platformdirs>=3.2.0,<4.2.0",
32-
"robotcode-core==0.77.0",
32+
"robotcode-core==0.77.1",
3333
]
3434
dynamic = ["version"]
3535

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

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==0.77.0",
32-
"robotcode-modifiers==0.77.0",
33-
"robotcode-plugin==0.77.0",
34-
"robotcode==0.77.0",
31+
"robotcode-robot==0.77.1",
32+
"robotcode-modifiers==0.77.1",
33+
"robotcode-plugin==0.77.1",
34+
"robotcode==0.77.1",
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__ = "0.77.0"
1+
__version__ = "0.77.1"

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ classifiers = [
4949
"Framework :: Robot Framework :: Tool",
5050
]
5151
requires-python = ">=3.8"
52-
dependencies = ["robotcode-core==0.77.0", "robotcode-plugin==0.77.0"]
52+
dependencies = ["robotcode-core==0.77.1", "robotcode-plugin==0.77.1"]
5353
dynamic = ["version"]
5454

5555

@@ -66,20 +66,20 @@ robotcode = "robotcode.cli.__main__:main"
6666

6767

6868
[project.optional-dependencies]
69-
debugger = ["robotcode-debugger==0.77.0"]
70-
languageserver = ["robotcode-language-server==0.77.0"]
71-
runner = ["robotcode-runner==0.77.0"]
72-
analyze = ["robotcode-analyze==0.77.0"]
69+
debugger = ["robotcode-debugger==0.77.1"]
70+
languageserver = ["robotcode-language-server==0.77.1"]
71+
runner = ["robotcode-runner==0.77.1"]
72+
analyze = ["robotcode-analyze==0.77.1"]
7373
yaml = ["PyYAML>=5.4"]
7474
lint = ["robotframework-robocop>=2.0.0"]
7575
tidy = ["robotframework-tidy>=2.0.0"]
7676
rest = ["docutils"]
7777
colored = ["rich"]
7878
all = [
79-
"robotcode-debugger==0.77.0",
80-
"robotcode-language-server==0.77.0",
81-
"robotcode-runner==0.77.0",
82-
"robotcode-analyze==0.77.0",
79+
"robotcode-debugger==0.77.1",
80+
"robotcode-language-server==0.77.1",
81+
"robotcode-runner==0.77.1",
82+
"robotcode-analyze==0.77.1",
8383
"PyYAML>=5.4",
8484
"robotframework-robocop>=2.0.0",
8585
"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__ = "0.77.0"
1+
__version__ = "0.77.1"

0 commit comments

Comments
 (0)