Skip to content

Commit

Permalink
chore(release): bump version 0.76.0 → 0.76.1
Browse files Browse the repository at this point in the history
  • Loading branch information
d-biehl committed Feb 29, 2024
1 parent 27eb426 commit 69d69e5
Show file tree
Hide file tree
Showing 20 changed files with 50 additions and 35 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [0.76.1](https://github.com/d-biehl/robotcode/compare/v0.76.0..v0.76.1) - 2024-02-29

### Bug Fixes

- **core:** Avoid iterator changes during Event.notify when adding or removing new event handlers ([ccc5faf](https://github.com/d-biehl/robotcode/commit/ccc5fafe40b1e9cbec828f3e976189ba35b0100d))
- **core:** Send cache_invalidate events before and after locking to avoid deadlocks ([5f06377](https://github.com/d-biehl/robotcode/commit/5f06377bfdd436dd0d1867ab6817cec7521454dc))
- **langserver:** Sometimes an exception in evaluating variables in expressions occurs ([bd9bcfd](https://github.com/d-biehl/robotcode/commit/bd9bcfde91e61261e4580552e1a3d2c92200d3c5))
- **langserver:** Change keywords treeview rpc methods to non async ([f85621a](https://github.com/d-biehl/robotcode/commit/f85621ac7f9ccdf22b54e8528a788eea2fd6fbf5))


### Performance

- **langserver:** Optimize analysing and collecting diagnostics ([065db06](https://github.com/d-biehl/robotcode/commit/065db067b2d80259edd2267e08f40690a5f22a41))


## [0.76.0](https://github.com/d-biehl/robotcode/compare/v0.75.0..v0.76.0) - 2024-02-19

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Robot Framework IntelliSense, linting, test execution and debugging, code formatting, refactoring, and many more",
"icon": "images/icon.png",
"publisher": "d-biehl",
"version": "0.76.0",
"version": "0.76.1",
"author": {
"name": "Daniel Biehl",
"url": "https://github.com/d-biehl/"
Expand Down
6 changes: 3 additions & 3 deletions packages/analyze/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ classifiers = [
]
dependencies = [
"robotframework>=4.1.0",
"robotcode-plugin==0.76.0",
"robotcode-robot==0.76.0",
"robotcode==0.76.0",
"robotcode-plugin==0.76.1",
"robotcode-robot==0.76.1",
"robotcode==0.76.1",
]
dynamic = ["version"]

Expand Down
2 changes: 1 addition & 1 deletion packages/analyze/src/robotcode/analyze/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.76.0"
__version__ = "0.76.1"
2 changes: 1 addition & 1 deletion packages/core/src/robotcode/core/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.76.0"
__version__ = "0.76.1"
4 changes: 2 additions & 2 deletions packages/debugger/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ classifiers = [
dynamic = ["version"]
dependencies = [
"robotframework>=4.1.0",
"robotcode-jsonrpc2==0.76.0",
"robotcode-runner==0.76.0",
"robotcode-jsonrpc2==0.76.1",
"robotcode-runner==0.76.1",
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion packages/debugger/src/robotcode/debugger/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.76.0"
__version__ = "0.76.1"
2 changes: 1 addition & 1 deletion packages/jsonrpc2/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
"Framework :: Robot Framework",
"Framework :: Robot Framework :: Tool",
]
dependencies = ["robotcode-core==0.76.0"]
dependencies = ["robotcode-core==0.76.1"]
dynamic = ["version"]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion packages/jsonrpc2/src/robotcode/jsonrpc2/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.76.0"
__version__ = "0.76.1"
4 changes: 2 additions & 2 deletions packages/language_server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ classifiers = [
]
dependencies = [
"robotframework>=4.1.0",
"robotcode-jsonrpc2==0.76.0",
"robotcode==0.76.0",
"robotcode-jsonrpc2==0.76.1",
"robotcode==0.76.1",
]
dynamic = ["version"]

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.76.0"
__version__ = "0.76.1"
2 changes: 1 addition & 1 deletion packages/modifiers/src/robotcode/modifiers/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.76.0"
__version__ = "0.76.1"
2 changes: 1 addition & 1 deletion packages/plugin/src/robotcode/plugin/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.76.0"
__version__ = "0.76.1"
2 changes: 1 addition & 1 deletion packages/robot/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
"robotframework>=4.1.0",
"tomli>=1.1.0; python_version < '3.11'",
"platformdirs>=3.2.0,<4.2.0",
"robotcode-core==0.76.0",
"robotcode-core==0.76.1",
]
dynamic = ["version"]

Expand Down
2 changes: 1 addition & 1 deletion packages/robot/src/robotcode/robot/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.76.0"
__version__ = "0.76.1"
8 changes: 4 additions & 4 deletions packages/runner/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ classifiers = [
dynamic = ["version"]
dependencies = [
"robotframework>=4.1.0",
"robotcode-robot==0.76.0",
"robotcode-modifiers==0.76.0",
"robotcode-plugin==0.76.0",
"robotcode==0.76.0",
"robotcode-robot==0.76.1",
"robotcode-modifiers==0.76.1",
"robotcode-plugin==0.76.1",
"robotcode==0.76.1",
]

[project.entry-points.robotcode]
Expand Down
2 changes: 1 addition & 1 deletion packages/runner/src/robotcode/runner/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.76.0"
__version__ = "0.76.1"
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ classifiers = [
"Framework :: Robot Framework :: Tool",
]
requires-python = ">=3.8"
dependencies = ["robotcode-core==0.76.0", "robotcode-plugin==0.76.0"]
dependencies = ["robotcode-core==0.76.1"]
dynamic = ["version"]


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


[project.optional-dependencies]
debugger = ["robotcode-debugger==0.76.0"]
languageserver = ["robotcode-language-server==0.76.0"]
runner = ["robotcode-runner==0.76.0"]
analyze = ["robotcode-analyze==0.76.0"]
debugger = ["robotcode-debugger==0.76.1"]
languageserver = ["robotcode-language-server==0.76.1"]
runner = ["robotcode-runner==0.76.1"]
analyze = ["robotcode-analyze==0.76.1"]
yaml = ["PyYAML>=5.4"]
lint = ["robotframework-robocop>=2.0.0"]
tidy = ["robotframework-tidy>=2.0.0"]
rest = ["docutils"]
colored = ["rich"]
all = [
"robotcode-debugger==0.76.0",
"robotcode-language-server==0.76.0",
"robotcode-runner==0.76.0",
"robotcode-analyze==0.76.0",
"robotcode-debugger==0.76.1",
"robotcode-language-server==0.76.1",
"robotcode-runner==0.76.1",
"robotcode-analyze==0.76.1",
"PyYAML>=5.4",
"robotframework-robocop>=2.0.0",
"robotframework-tidy>=2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/robotcode/cli/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.76.0"
__version__ = "0.76.1"

0 comments on commit 69d69e5

Please sign in to comment.