Skip to content

Commit

Permalink
Merge pull request #4 from gauge-sh/release-0/10/3
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
caelean authored Aug 28, 2024
2 parents f3bdf02 + cb29cd5 commit 1f3050f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- run: ls -al ./dist

# Install Node dependencies.
- run: cd npm install
- run: npm install

# Publish to the Code Marketplace.
- name: Publish Extension
Expand Down
2 changes: 1 addition & 1 deletion bundled/tool/lsp_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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.21", max_workers=MAX_WORKERS
name="Tach", version="0.10.3", max_workers=MAX_WORKERS
)


Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pip==24.0
pytest==8.2.2
pyright==1.1.377
ruff==0.4.1
tach==0.10.0
tach==0.10.3
# LSP
pygls==1.3.1
nox==2024.4.15
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.10.0",
"version": "0.10.3",
"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 @@ -226,7 +226,7 @@ smmap==5.0.1 \
--hash=sha256:dceeb6c0028fdb6734471eb07c0cd2aae706ccaecab45965ee83f11c8d3b1f62 \
--hash=sha256:e6d8668fa5f93e706934a62d7b4db19c8d9eb8cf2adbb75ef1b675aa332b69da
# via gitdb
tach==0.10.0 \
tach==0.10.3 \
--hash=sha256:05873d5fe9102080900e3d1fbae68acdb65bff06afebe3d08e4bacb4a4a0448b \
--hash=sha256:0a4f63694ba3135dd008d91feddbb774d1b71c23a8fff9b079941072a6f798c0 \
--hash=sha256:0b3dbefcc0b0ebcff5ada76ae9ca45e9fde090a9083d0d1ff5048745ad6e7ee0 \
Expand Down

0 comments on commit 1f3050f

Please sign in to comment.