Skip to content

Commit

Permalink
0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
caelean committed Jun 14, 2024
1 parent 513450f commit 9cb27b4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bundled/tool/lsp_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def update_sys_path(path_to_add: str, strategy: str) -> None:
MAX_WORKERS = 5
# TODO: Centralize version
LSP_SERVER = server.LanguageServer(
name="Tach", version="0.5.1", max_workers=MAX_WORKERS
name="Tach", version="0.5.2", max_workers=MAX_WORKERS
)


Expand Down
6 changes: 3 additions & 3 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 @@ -2,7 +2,7 @@
"name": "tach",
"displayName": "Tach",
"description": "Linting support for python files using `tach`.",
"version": "0.5.1",
"version": "0.5.2",
"preview": true,
"serverInfo": {
"name": "Tach",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ rich==13.7.1 \
--hash=sha256:4edbae314f59eb482f54e9e30bf00d33350aaa94f4bfcd4e9e3110e64d0d7222 \
--hash=sha256:9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432
# via tach
tach==0.5.1 \
tach==0.5.2 \
--hash=sha256:073a1f3385205109cdf810163ab3063f636ca1730eb781a4eb207e656dec83bb \
--hash=sha256:08e0afd2f5475b1a3a95def3ec42ccedfd1493c0994a0779259ecd0fa728e0f6 \
--hash=sha256:0aa3a83dbafde911dea38c5b97fb73db0c86be6d560fa8ec4572bf36dd94d789 \
Expand Down

0 comments on commit 9cb27b4

Please sign in to comment.